Html Css Color HEX #0D1718 Black Pearl

📋 copy color: '#0D1718'

red 13 ◦ green 23 ◦ blue 24

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

Shades of Black Pearl #0D1718

Tints of Black Pearl #0D1718

RGB

 RED value IS 13 (5.47% from 255) = 21.67%

 GREEN value IS 23 (9.38% from 255) = 38.33%

 BLUE value IS 24 (9.77% from 255) = 40%

R = 21.67%
G = 38.33%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1718 (or 0x0D1718) is known color: Black Pearl. HEX triplet: 0D, 17 and 18. RGB value is (13,23,24). Sum of RGB (Red+Green+Blue) = 13+23+24=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1718 is #F2E8E7. Grayscale: #141414. Windows color (decimal): -15919336 or 1578765. OLE color: 1578765.

HSL color Cylindrical-coordinate representation of color #0D1718: hue angle of 185.45º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1718 is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 23 24 -
CMYK 0.46 0.04 0 0.91
HSL 185.45º 0.3% 0.07% -
HSV(B) 185.45º 0.46% 0.09% -
XYZ 0.64 0.76 0.98 -
YUV 20.12 130.19 122.92 -
System Red Green Blue C M Y K H S L
Decimal 13 23 24 0.46 0.04 0 0.91 185.45 0.3 0.07
Hex D 17 18 2E 4 0 5B B9 1E 7
Octal 15 27 30 56 4 0 133 271 36 7
Binary 1101 10111 11000 101110 100 0 1011011 10111001 11110 111

Color Harmonies of #0D1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1718

Black with #0D1718

Text Example


Text Example

White with #0D1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D1718; }

 p { color: rgb(13,23,24); }

 H1.HeaderClassName
 {
   color: #0D1718;
 }
 .AnyTagClassName
 {
   color: #0D1718;
 }
</style>

background-color css

<style>
 a { background-color: #0D1718; }

 a { background-color: rgb(13,23,24); }

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

border-color css

<style>
 span { border-color: #0D1718; }

 span { border-color: rgb(13,23,24); }

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