Html Css Color HEX #040D18 Black Pearl

📋 copy color: '#040D18'

red 4 ◦ green 13 ◦ blue 24

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

Shades of Black Pearl #040D18

Tints of Black Pearl #040D18

RGB

 RED value IS 4 (1.95% from 255) = 9.76%

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

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

R = 9.76%
G = 31.71%
B = 58.54%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040D18 (or 0x040D18) is known color: Black Pearl. HEX triplet: 04, 0D and 18. RGB value is (4,13,24). Sum of RGB (Red+Green+Blue) = 4+13+24=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 13 (5.47% from 255 or 31.71% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #040D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D18 is #FBF2E7. Grayscale: #0B0B0B. Windows color (decimal): -16511720 or 1576196. OLE color: 1576196.

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

Color convert

RGB 4 13 24 -
CMYK 0.83 0.46 0 0.91
HSL 213º 0.71% 0.05% -
HSV(B) 213º 0.83% 0.09% -
XYZ 0.36 0.38 0.92 -
YUV 11.56 135.02 122.61 -
System Red Green Blue C M Y K H S L
Decimal 4 13 24 0.83 0.46 0 0.91 213 0.71 0.05
Hex 4 D 18 53 2E 0 5B D5 47 5
Octal 4 15 30 123 56 0 133 325 107 5
Binary 100 1101 11000 1010011 101110 0 1011011 11010101 1000111 101

Color Harmonies of #040D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D18

Black with #040D18

Text Example


Text Example

White with #040D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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