Html Css Color HEX #04131E Black Pearl

📋 copy color: '#04131E'

red 4 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #04131E

Tints of Black Pearl #04131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 56.6%

R = 7.55%
G = 35.85%
B = 56.6%

CMYK

 C value IS 0.87

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04131E (or 0x04131E) is known color: Black Pearl. HEX triplet: 04, 13 and 1E. RGB value is (4,19,30). Sum of RGB (Red+Green+Blue) = 4+19+30=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #04131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131E is #FBECE1. Grayscale: #0F0F0F. Windows color (decimal): -16510178 or 1970948. OLE color: 1970948.

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

Color convert

RGB 4 19 30 -
CMYK 0.87 0.37 0 0.88
HSL 205.38º 0.76% 0.07% -
HSV(B) 205.38º 0.87% 0.12% -
XYZ 0.52 0.59 1.31 -
YUV 15.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 4 19 30 0.87 0.37 0 0.88 205.38 0.76 0.07
Hex 4 13 1E 57 25 0 58 CD 4C 7
Octal 4 23 36 127 45 0 130 315 114 7
Binary 100 10011 11110 1010111 100101 0 1011000 11001101 1001100 111

Color Harmonies of #04131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04131E

Black with #04131E

Text Example


Text Example

White with #04131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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