Html Css Color HEX #0D1318 Black Pearl

📋 copy color: '#0D1318'

red 13 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #0D1318

Tints of Black Pearl #0D1318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 33.93%

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

R = 23.21%
G = 33.93%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1318 (or 0x0D1318) is known color: Black Pearl. HEX triplet: 0D, 13 and 18. RGB value is (13,19,24). Sum of RGB (Red+Green+Blue) = 13+19+24=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1318 is #F2ECE7. Grayscale: #111111. Windows color (decimal): -15920360 or 1577741. OLE color: 1577741.

HSL color Cylindrical-coordinate representation of color #0D1318: hue angle of 207.27º 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 #0D1318 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 19 24 -
CMYK 0.46 0.21 0 0.91
HSL 207.27º 0.3% 0.07% -
HSV(B) 207.27º 0.46% 0.09% -
XYZ 0.56 0.62 0.95 -
YUV 17.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 13 19 24 0.46 0.21 0 0.91 207.27 0.3 0.07
Hex D 13 18 2E 15 0 5B CF 1E 7
Octal 15 23 30 56 25 0 133 317 36 7
Binary 1101 10011 11000 101110 10101 0 1011011 11001111 11110 111

Color Harmonies of #0D1318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1318

Black with #0D1318

Text Example


Text Example

White with #0D1318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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