Html Css Color HEX #1D1017 Blackberry

📋 copy color: '#1D1017'

red 29 ◦ green 16 ◦ blue 23

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

Shades of Blackberry #1D1017

Tints of Blackberry #1D1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.53%

 BLUE value IS 23 (9.38% from 255) = 33.82%

R = 42.65%
G = 23.53%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D1017 (or 0x1D1017) is known color: Blackberry. HEX triplet: 1D, 10 and 17. RGB value is (29,16,23). Sum of RGB (Red+Green+Blue) = 29+16+23=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1017 is #E2EFE8. Grayscale: #141414. Windows color (decimal): -14872553 or 1511453. OLE color: 1511453.

HSL color Cylindrical-coordinate representation of color #1D1017: hue angle of 327.69º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1017 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 16 23 -
CMYK 0 0.45 0.21 0.89
HSL 327.69º 0.29% 0.09% -
HSV(B) 327.69º 0.45% 0.11% -
XYZ 0.85 0.69 0.9 -
YUV 20.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 29 16 23 0 0.45 0.21 0.89 327.69 0.29 0.09
Hex 1D 10 17 0 2D 15 59 148 1D 9
Octal 35 20 27 0 55 25 131 510 35 11
Binary 11101 10000 10111 0 101101 10101 1011001 101001000 11101 1001

Color Harmonies of #1D1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1017

Black with #1D1017

Text Example


Text Example

White with #1D1017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,16,23); }

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

background-color css

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

 a { background-color: rgb(29,16,23); }

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

border-color css

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

 span { border-color: rgb(29,16,23); }

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