#1B0212

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

Shades of Blackberry #1B0212

Tints of Blackberry #1B0212

Color information

#1B0212 (or 0x1B0212) is unknown color: approx Blackberry. HEX triplet: 1B, 02 and 12. RGB value is (27,2,18). Sum of RGB (Red+Green+Blue) = 27+2+18=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0212 is #E4FDED. Grayscale: #0B0B0B. Windows color (decimal): -15007214 or 1180187. OLE color: 1180187.

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

Color convert

RGB27218-
CMYK00.930.330.89
HSL321.6º86.21%5.69%-
HSV(B)321.6º92.59%10.59%-
XYZ0.580.320.6-
YUV11.3131.78139.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 57.45%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 18 (7.42% from 255) = 38.30%
R=57.45%
G=4.26%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721800.930.330.89321.686.215.69
Hex1B21205D2159142566
Octal332220135411315021266
Binary1101110100100101110110000110110011010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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