Html Css Color HEX #000D18 Black Pearl

📋 copy color: '#000D18'

red 0 ◦ green 13 ◦ blue 24

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

Shades of Black Pearl #000D18

Tints of Black Pearl #000D18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 13 (5.47% from 255) = 35.14%

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

R = 0%
G = 35.14%
B = 64.86%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#000D18 (or 0x000D18) is known color: Black Pearl. HEX triplet: 00, 0D and 18. RGB value is (0,13,24). Sum of RGB (Red+Green+Blue) = 0+13+24=37 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #000D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000D18 is #FFF2E7. Grayscale: #0A0A0A. Windows color (decimal): -16773864 or 1576192. OLE color: 1576192.

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

Color convert

RGB 0 13 24 -
CMYK 1 0.46 0 0.91
HSL 207.5º 1% 0.05% -
HSV(B) 207.5º 1% 0.09% -
XYZ 0.31 0.35 0.92 -
YUV 10.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 0 13 24 1 0.46 0 0.91 207.5 1 0.05
Hex 0 D 18 64 2E 0 5B D0 64 5
Octal 0 15 30 144 56 0 133 320 144 5
Binary 0 1101 11000 1100100 101110 0 1011011 11010000 1100100 101

Color Harmonies of #000D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D18

Black with #000D18

Text Example


Text Example

White with #000D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D18; }

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

 H1.HeaderClassName
 {
   color: #000D18;
 }
 .AnyTagClassName
 {
   color: #000D18;
 }
</style>

background-color css

<style>
 a { background-color: #000D18; }

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

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

border-color css

<style>
 span { border-color: #000D18; }

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

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