Html Css Color HEX #040D14 Black Pearl

📋 copy color: '#040D14'

red 4 ◦ green 13 ◦ blue 20

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

Shades of Black Pearl #040D14

Tints of Black Pearl #040D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 10.81%
G = 35.14%
B = 54.05%

CMYK

 C value IS 0.80

 M value IS 0.35

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040D14 (or 0x040D14) is known color: Black Pearl. HEX triplet: 04, 0D and 14. RGB value is (4,13,20). Sum of RGB (Red+Green+Blue) = 4+13+20=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #040D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D14 is #FBF2EB. Grayscale: #0B0B0B. Windows color (decimal): -16511724 or 1314052. OLE color: 1314052.

HSL color Cylindrical-coordinate representation of color #040D14: hue angle of 206.25º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040D14 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 13 20 -
CMYK 0.80 0.35 0 0.92
HSL 206.25º 0.67% 0.05% -
HSV(B) 206.25º 0.8% 0.08% -
XYZ 0.32 0.36 0.72 -
YUV 11.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 4 13 20 0.80 0.35 0 0.92 206.25 0.67 0.05
Hex 4 D 14 50 23 0 5C CE 43 5
Octal 4 15 24 120 43 0 134 316 103 5
Binary 100 1101 10100 1010000 100011 0 1011100 11001110 1000011 101

Color Harmonies of #040D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D14

Black with #040D14

Text Example


Text Example

White with #040D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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