Html Css Color HEX #040F14 Black Pearl

📋 copy color: '#040F14'

red 4 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #040F14

Tints of Black Pearl #040F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 38.46%

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

R = 10.26%
G = 38.46%
B = 51.28%

CMYK

 C value IS 0.80

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040F14 (or 0x040F14) is known color: Black Pearl. HEX triplet: 04, 0F and 14. RGB value is (4,15,20). Sum of RGB (Red+Green+Blue) = 4+15+20=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 20 (8.20% from 255 or 51.28% from 39); Max value from RGB is 20 - color contains mainly: blue. Hex color #040F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F14 is #FBF0EB. Grayscale: #0C0C0C. Windows color (decimal): -16511212 or 1314564. OLE color: 1314564.

HSL color Cylindrical-coordinate representation of color #040F14: hue angle of 198.75º 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 #040F14 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 15 20 -
CMYK 0.80 0.25 0 0.92
HSL 198.75º 0.67% 0.05% -
HSV(B) 198.75º 0.8% 0.08% -
XYZ 0.35 0.42 0.72 -
YUV 12.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 4 15 20 0.80 0.25 0 0.92 198.75 0.67 0.05
Hex 4 F 14 50 19 0 5C C7 43 5
Octal 4 17 24 120 31 0 134 307 103 5
Binary 100 1111 10100 1010000 11001 0 1011100 11000111 1000011 101

Color Harmonies of #040F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F14

Black with #040F14

Text Example


Text Example

White with #040F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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