Html Css Color HEX #04131F Black Pearl

📋 copy color: '#04131F'

red 4 ◦ green 19 ◦ blue 31

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

Shades of Black Pearl #04131F

Tints of Black Pearl #04131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.19%

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

R = 7.41%
G = 35.19%
B = 57.41%

CMYK

 C value IS 0.87

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04131F (or 0x04131F) is known color: Black Pearl. HEX triplet: 04, 13 and 1F. RGB value is (4,19,31). Sum of RGB (Red+Green+Blue) = 4+19+31=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #04131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131F is #FBECE0. Grayscale: #0F0F0F. Windows color (decimal): -16510177 or 2036484. OLE color: 2036484.

HSL color Cylindrical-coordinate representation of color #04131F: hue angle of 206.67º 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 #04131F is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 19 31 -
CMYK 0.87 0.39 0 0.88
HSL 206.67º 0.77% 0.07% -
HSV(B) 206.67º 0.87% 0.12% -
XYZ 0.53 0.59 1.38 -
YUV 15.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 4 19 31 0.87 0.39 0 0.88 206.67 0.77 0.07
Hex 4 13 1F 57 27 0 58 CF 4D 7
Octal 4 23 37 127 47 0 130 317 115 7
Binary 100 10011 11111 1010111 100111 0 1011000 11001111 1001101 111

Color Harmonies of #04131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04131F

Black with #04131F

Text Example


Text Example

White with #04131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04131F; }

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

 H1.HeaderClassName
 {
   color: #04131F;
 }
 .AnyTagClassName
 {
   color: #04131F;
 }
</style>

background-color css

<style>
 a { background-color: #04131F; }

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

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

border-color css

<style>
 span { border-color: #04131F; }

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

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