Html Css Color HEX #1D0712 Blackberry

📋 copy color: '#1D0712'

red 29 ◦ green 7 ◦ blue 18

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

Shades of Blackberry #1D0712

Tints of Blackberry #1D0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.96%

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

R = 53.7%
G = 12.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#1D0712 (or 0x1D0712) is known color: Blackberry. HEX triplet: 1D, 07 and 12. RGB value is (29,7,18). Sum of RGB (Red+Green+Blue) = 29+7+18=54 (7% of max value = 765). Red value is 29 (11.72% from 255 or 53.70% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0712 is #E2F8ED. Grayscale: #0E0E0E. Windows color (decimal): -14874862 or 1181469. OLE color: 1181469.

HSL color Cylindrical-coordinate representation of color #1D0712: hue angle of 330º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D0712 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 7 18 -
CMYK 0 0.76 0.38 0.89
HSL 330º 0.61% 0.07% -
HSV(B) 330º 0.76% 0.11% -
XYZ 0.69 0.46 0.62 -
YUV 14.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 29 7 18 0 0.76 0.38 0.89 330 0.61 0.07
Hex 1D 7 12 0 4C 26 59 14A 3D 7
Octal 35 7 22 0 114 46 131 512 75 7
Binary 11101 111 10010 0 1001100 100110 1011001 101001010 111101 111

Color Harmonies of #1D0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0712

Black with #1D0712

Text Example


Text Example

White with #1D0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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