Html Css Color HEX #1D0212 Blackberry

📋 copy color: '#1D0212'

red 29 ◦ green 2 ◦ blue 18

#1D0212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #1D0212

Tints of Blackberry #1D0212

RGB

 RED value IS 29 (11.72% from 255) = 59.18%

 GREEN value IS 2 (1.17% from 255) = 4.08%

 BLUE value IS 18 (7.42% from 255) = 36.73%

R = 59.18%
G = 4.08%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#1D0212 (or 0x1D0212) is known color: Blackberry. HEX triplet: 1D, 02 and 12. RGB value is (29,2,18). Sum of RGB (Red+Green+Blue) = 29+2+18=49 (6% of max value = 765). Red value is 29 (11.72% from 255 or 59.18% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0212 is #E2FDED. Grayscale: #0B0B0B. Windows color (decimal): -14876142 or 1180189. OLE color: 1180189.

HSL color Cylindrical-coordinate representation of color #1D0212: hue angle of 324.44º degrees, saturation: 0.87, 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 #1D0212 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 2 18 -
CMYK 0 0.93 0.38 0.89
HSL 324.44º 0.87% 0.06% -
HSV(B) 324.44º 0.93% 0.11% -
XYZ 0.64 0.35 0.61 -
YUV 11.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 29 2 18 0 0.93 0.38 0.89 324.44 0.87 0.06
Hex 1D 2 12 0 5D 26 59 144 57 6
Octal 35 2 22 0 135 46 131 504 127 6
Binary 11101 10 10010 0 1011101 100110 1011001 101000100 1010111 110

Color Harmonies of #1D0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0212

Black with #1D0212

Text Example


Text Example

White with #1D0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D0212;
 }
 .AnyTagClassName
 {
   color: #1D0212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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