#1B0812

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

Shades of Blackberry #1B0812

Tints of Blackberry #1B0812

Color information

#1B0812 (or 0x1B0812) is unknown color: approx Blackberry. HEX triplet: 1B, 08 and 12. RGB value is (27,8,18). Sum of RGB (Red+Green+Blue) = 27+8+18=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0812 is #E4F7ED. Grayscale: #0E0E0E. Windows color (decimal): -15005678 or 1181723. OLE color: 1181723.

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

Color convert

RGB27818-
CMYK00.700.330.89
HSL328.42º54.29%6.86%-
HSV(B)328.42º70.37%10.59%-
XYZ0.650.450.63-
YUV14.82129.79136.69-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 50.94%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 18 (7.42% from 255) = 33.96%
R=50.94%
G=15.09%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2781800.700.330.89328.4254.296.86
Hex1B8120462159148367
Octal331022010641131510667
Binary11011100010010010001101000011011001101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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