Html Css Color HEX #1D1117 Blackberry

📋 copy color: '#1D1117'

red 29 ◦ green 17 ◦ blue 23

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

Shades of Blackberry #1D1117

Tints of Blackberry #1D1117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 42.03%
G = 24.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.89

RGB Variations

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

Color information

#1D1117 (or 0x1D1117) is known color: Blackberry. HEX triplet: 1D, 11 and 17. RGB value is (29,17,23). Sum of RGB (Red+Green+Blue) = 29+17+23=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1117 is #E2EEE8. Grayscale: #151515. Windows color (decimal): -14872297 or 1511709. OLE color: 1511709.

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

Color convert

RGB 29 17 23 -
CMYK 0 0.41 0.21 0.89
HSL 330º 0.26% 0.09% -
HSV(B) 330º 0.41% 0.11% -
XYZ 0.86 0.72 0.9 -
YUV 21.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 29 17 23 0 0.41 0.21 0.89 330 0.26 0.09
Hex 1D 11 17 0 29 15 59 14A 1A 9
Octal 35 21 27 0 51 25 131 512 32 11
Binary 11101 10001 10111 0 101001 10101 1011001 101001010 11010 1001

Color Harmonies of #1D1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1117

Black with #1D1117

Text Example


Text Example

White with #1D1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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