#1B0312

Color #1B0312 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #1B0312

Tints of Blackberry #1B0312

Color information

#1B0312 (or 0x1B0312) is unknown color: approx Blackberry. HEX triplet: 1B, 03 and 12. RGB value is (27,3,18). Sum of RGB (Red+Green+Blue) = 27+3+18=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0312 is #E4FCED. Grayscale: #0B0B0B. Windows color (decimal): -15006958 or 1180443. OLE color: 1180443.

HSL color Cylindrical-coordinate representation of color #1B0312: hue angle of 322.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B0312 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.89.

Color convert

RGB27318-
CMYK00.890.330.89
HSL322.5º80%5.88%-
HSV(B)322.5º88.89%10.59%-
XYZ0.590.340.61-
YUV11.89131.45138.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 56.25%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=56.25%
G=6.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2731800.890.330.89322.5805.88
Hex1B3120592159142506
Octal333220131411315021206
Binary1101111100100101100110000110110011010000101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0312; }

 p { color: rgb(27,3,18); }

 H1.HeaderClassName
 {
   color: #1B0312;
 }
 .AnyTagClassName
 {
   color: #1B0312;
 }
</style>
background-color css

<style>
 a { background-color: #1B0312; }

 a { background-color: rgb(27,3,18); }

 div.DivClassName
 {
   background-color: #1B0312;
 }
 .BgClassName
 {
   background-color: #1B0312;
 }
</style>
border-color css

<style>
 span { border-color: #1B0312; }

 span { border-color: rgb(27,3,18); }

 td.TdClassName
 {
   border-color: #1B0312;
 }
 .TagClassName
 {
   border-color: #1B0312;
 }
</style>