Html Css Color HEX #040C15 Black Pearl

📋 copy color: '#040C15'

red 4 ◦ green 12 ◦ blue 21

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

Shades of Black Pearl #040C15

Tints of Black Pearl #040C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 56.76%

R = 10.81%
G = 32.43%
B = 56.76%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040C15 (or 0x040C15) is known color: Black Pearl. HEX triplet: 04, 0C and 15. RGB value is (4,12,21). Sum of RGB (Red+Green+Blue) = 4+12+21=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #040C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040C15 is #FBF3EA. Grayscale: #0A0A0A. Windows color (decimal): -16511979 or 1379332. OLE color: 1379332.

HSL color Cylindrical-coordinate representation of color #040C15: hue angle of 211.76º degrees, saturation: 0.68, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #040C15 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 12 21 -
CMYK 0.81 0.43 0 0.92
HSL 211.76º 0.68% 0.05% -
HSV(B) 211.76º 0.81% 0.08% -
XYZ 0.32 0.34 0.76 -
YUV 10.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 4 12 21 0.81 0.43 0 0.92 211.76 0.68 0.05
Hex 4 C 15 51 2B 0 5C D4 44 5
Octal 4 14 25 121 53 0 134 324 104 5
Binary 100 1100 10101 1010001 101011 0 1011100 11010100 1000100 101

Color Harmonies of #040C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C15

Black with #040C15

Text Example


Text Example

White with #040C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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