Html Css Color HEX #04142E Black Pearl

📋 copy color: '#04142E'

red 4 ◦ green 20 ◦ blue 46

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

Shades of Black Pearl #04142E

Tints of Black Pearl #04142E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 28.57%

 BLUE value IS 46 (18.36% from 255) = 65.71%

R = 5.71%
G = 28.57%
B = 65.71%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04142E (or 0x04142E) is known color: Black Pearl. HEX triplet: 04, 14 and 2E. RGB value is (4,20,46). Sum of RGB (Red+Green+Blue) = 4+20+46=70 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.71% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #04142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04142E is #FBEBD1. Grayscale: #121212. Windows color (decimal): -16509906 or 3019780. OLE color: 3019780.

HSL color Cylindrical-coordinate representation of color #04142E: hue angle of 217.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04142E is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 20 46 -
CMYK 0.91 0.57 0 0.82
HSL 217.14º 0.84% 0.1% -
HSV(B) 217.14º 0.91% 0.18% -
XYZ 0.79 0.72 2.68 -
YUV 18.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 4 20 46 0.91 0.57 0 0.82 217.14 0.84 0.1
Hex 4 14 2E 5B 39 0 52 D9 54 A
Octal 4 24 56 133 71 0 122 331 124 12
Binary 100 10100 101110 1011011 111001 0 1010010 11011001 1010100 1010

Color Harmonies of #04142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04142E

Black with #04142E

Text Example


Text Example

White with #04142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,20,46); }

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

background-color css

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

 a { background-color: rgb(4,20,46); }

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

border-color css

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

 span { border-color: rgb(4,20,46); }

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