Html Css Color HEX #0D1218 Black Pearl

📋 copy color: '#0D1218'

red 13 ◦ green 18 ◦ blue 24

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

Shades of Black Pearl #0D1218

Tints of Black Pearl #0D1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.73%

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

R = 23.64%
G = 32.73%
B = 43.64%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0D1218 (or 0x0D1218) is known color: Black Pearl. HEX triplet: 0D, 12 and 18. RGB value is (13,18,24). Sum of RGB (Red+Green+Blue) = 13+18+24=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 24 - color contains mainly: blue. Hex color #0D1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1218 is #F2EDE7. Grayscale: #111111. Windows color (decimal): -15920616 or 1577485. OLE color: 1577485.

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

Color convert

RGB 13 18 24 -
CMYK 0.46 0.25 0 0.91
HSL 212.73º 0.3% 0.07% -
HSV(B) 212.73º 0.46% 0.09% -
XYZ 0.55 0.58 0.95 -
YUV 17.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 13 18 24 0.46 0.25 0 0.91 212.73 0.3 0.07
Hex D 12 18 2E 19 0 5B D5 1E 7
Octal 15 22 30 56 31 0 133 325 36 7
Binary 1101 10010 11000 101110 11001 0 1011011 11010101 11110 111

Color Harmonies of #0D1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1218

Black with #0D1218

Text Example


Text Example

White with #0D1218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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