Html Css Color HEX #040F1F Black Pearl

📋 copy color: '#040F1F'

red 4 ◦ green 15 ◦ blue 31

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

Shades of Black Pearl #040F1F

Tints of Black Pearl #040F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 62%

R = 8%
G = 30%
B = 62%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#040F1F (or 0x040F1F) is known color: Black Pearl. HEX triplet: 04, 0F and 1F. RGB value is (4,15,31). Sum of RGB (Red+Green+Blue) = 4+15+31=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #040F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F1F is #FBF0E0. Grayscale: #0D0D0D. Windows color (decimal): -16511201 or 2035460. OLE color: 2035460.

HSL color Cylindrical-coordinate representation of color #040F1F: hue angle of 215.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #040F1F is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 15 31 -
CMYK 0.87 0.52 0 0.88
HSL 215.56º 0.77% 0.07% -
HSV(B) 215.56º 0.87% 0.12% -
XYZ 0.47 0.47 1.36 -
YUV 13.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 4 15 31 0.87 0.52 0 0.88 215.56 0.77 0.07
Hex 4 F 1F 57 34 0 58 D8 4D 7
Octal 4 17 37 127 64 0 130 330 115 7
Binary 100 1111 11111 1010111 110100 0 1011000 11011000 1001101 111

Color Harmonies of #040F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040F1F

Black with #040F1F

Text Example


Text Example

White with #040F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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