Html Css Color HEX #04191E Black Pearl

📋 copy color: '#04191E'

red 4 ◦ green 25 ◦ blue 30

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

Shades of Black Pearl #04191E

Tints of Black Pearl #04191E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 42.37%

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

R = 6.78%
G = 42.37%
B = 50.85%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#04191E (or 0x04191E) is known color: Black Pearl. HEX triplet: 04, 19 and 1E. RGB value is (4,25,30). Sum of RGB (Red+Green+Blue) = 4+25+30=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 30 (12.11% from 255 or 50.85% from 59); Max value from RGB is 30 - color contains mainly: blue. Hex color #04191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04191E is #FBE6E1. Grayscale: #131313. Windows color (decimal): -16508642 or 1972484. OLE color: 1972484.

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

Color convert

RGB 4 25 30 -
CMYK 0.87 0.17 0 0.88
HSL 191.54º 0.76% 0.07% -
HSV(B) 191.54º 0.87% 0.12% -
XYZ 0.63 0.81 1.35 -
YUV 19.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 4 25 30 0.87 0.17 0 0.88 191.54 0.76 0.07
Hex 4 19 1E 57 11 0 58 C0 4C 7
Octal 4 31 36 127 21 0 130 300 114 7
Binary 100 11001 11110 1010111 10001 0 1011000 11000000 1001100 111

Color Harmonies of #04191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04191E

Black with #04191E

Text Example


Text Example

White with #04191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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