Html Css Color HEX #040C19 Black Pearl

📋 copy color: '#040C19'

red 4 ◦ green 12 ◦ blue 25

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

Shades of Black Pearl #040C19

Tints of Black Pearl #040C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 60.98%

R = 9.76%
G = 29.27%
B = 60.98%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#040C19 (or 0x040C19) is known color: Black Pearl. HEX triplet: 04, 0C and 19. RGB value is (4,12,25). Sum of RGB (Red+Green+Blue) = 4+12+25=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #040C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C19 is #FBF3E6. Grayscale: #0B0B0B. Windows color (decimal): -16511975 or 1641476. OLE color: 1641476.

HSL color Cylindrical-coordinate representation of color #040C19: hue angle of 217.14º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #040C19 is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 4 12 25 -
CMYK 0.84 0.52 0 0.90
HSL 217.14º 0.72% 0.06% -
HSV(B) 217.14º 0.84% 0.1% -
XYZ 0.36 0.36 0.97 -
YUV 11.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 4 12 25 0.84 0.52 0 0.90 217.14 0.72 0.06
Hex 4 C 19 54 34 0 5A D9 48 6
Octal 4 14 31 124 64 0 132 331 110 6
Binary 100 1100 11001 1010100 110100 0 1011010 11011001 1001000 110

Color Harmonies of #040C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C19

Black with #040C19

Text Example


Text Example

White with #040C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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