Html Css Color HEX #040F12 Black Pearl

📋 copy color: '#040F12'

red 4 ◦ green 15 ◦ blue 18

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

Shades of Black Pearl #040F12

Tints of Black Pearl #040F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 48.65%

R = 10.81%
G = 40.54%
B = 48.65%

CMYK

 C value IS 0.78

 M value IS 0.17

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040F12 (or 0x040F12) is known color: Black Pearl. HEX triplet: 04, 0F and 12. RGB value is (4,15,18). Sum of RGB (Red+Green+Blue) = 4+15+18=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: blue. Hex color #040F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F12 is #FBF0ED. Grayscale: #0C0C0C. Windows color (decimal): -16511214 or 1183492. OLE color: 1183492.

HSL color Cylindrical-coordinate representation of color #040F12: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #040F12 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 15 18 -
CMYK 0.78 0.17 0 0.93
HSL 192.86º 0.64% 0.04% -
HSV(B) 192.86º 0.78% 0.07% -
XYZ 0.33 0.41 0.63 -
YUV 12.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 4 15 18 0.78 0.17 0 0.93 192.86 0.64 0.04
Hex 4 F 12 4E 11 0 5D C1 40 4
Octal 4 17 22 116 21 0 135 301 100 4
Binary 100 1111 10010 1001110 10001 0 1011101 11000001 1000000 100

Color Harmonies of #040F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F12

Black with #040F12

Text Example


Text Example

White with #040F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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