Html Css Color HEX #040C0F Black Pearl

📋 copy color: '#040C0F'

red 4 ◦ green 12 ◦ blue 15

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

Shades of Black Pearl #040C0F

Tints of Black Pearl #040C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 38.71%

 BLUE value IS 15 (6.25% from 255) = 48.39%

R = 12.9%
G = 38.71%
B = 48.39%

CMYK

 C value IS 0.73

 M value IS 0.20

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040C0F (or 0x040C0F) is known color: Black Pearl. HEX triplet: 04, 0C and 0F. RGB value is (4,12,15). Sum of RGB (Red+Green+Blue) = 4+12+15=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #040C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C0F is #FBF3F0. Grayscale: #090909. Windows color (decimal): -16511985 or 986116. OLE color: 986116.

HSL color Cylindrical-coordinate representation of color #040C0F: hue angle of 196.36º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #040C0F is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 12 15 -
CMYK 0.73 0.20 0 0.94
HSL 196.36º 0.58% 0.04% -
HSV(B) 196.36º 0.73% 0.06% -
XYZ 0.27 0.32 0.5 -
YUV 9.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 4 12 15 0.73 0.20 0 0.94 196.36 0.58 0.04
Hex 4 C F 49 14 0 5E C4 3A 4
Octal 4 14 17 111 24 0 136 304 72 4
Binary 100 1100 1111 1001001 10100 0 1011110 11000100 111010 100

Color Harmonies of #040C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C0F

Black with #040C0F

Text Example


Text Example

White with #040C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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