Html Css Color HEX #1D0913 Blackberry

📋 copy color: '#1D0913'

red 29 ◦ green 9 ◦ blue 19

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

Shades of Blackberry #1D0913

Tints of Blackberry #1D0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 15.79%

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 50.88%
G = 15.79%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#1D0913 (or 0x1D0913) is known color: Blackberry. HEX triplet: 1D, 09 and 13. RGB value is (29,9,19). Sum of RGB (Red+Green+Blue) = 29+9+19=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0913 is #E2F6EC. Grayscale: #101010. Windows color (decimal): -14874349 or 1247517. OLE color: 1247517.

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

Color convert

RGB 29 9 19 -
CMYK 0 0.69 0.34 0.89
HSL 330º 0.53% 0.07% -
HSV(B) 330º 0.69% 0.11% -
XYZ 0.72 0.5 0.68 -
YUV 16.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 29 9 19 0 0.69 0.34 0.89 330 0.53 0.07
Hex 1D 9 13 0 45 22 59 14A 35 7
Octal 35 11 23 0 105 42 131 512 65 7
Binary 11101 1001 10011 0 1000101 100010 1011001 101001010 110101 111

Color Harmonies of #1D0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0913

Black with #1D0913

Text Example


Text Example

White with #1D0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,19); }

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

background-color css

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

 a { background-color: rgb(29,9,19); }

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

border-color css

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

 span { border-color: rgb(29,9,19); }

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