Html Css Color HEX #04152F Black Pearl

📋 copy color: '#04152F'

red 4 ◦ green 21 ◦ blue 47

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

Shades of Black Pearl #04152F

Tints of Black Pearl #04152F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 47 (18.75% from 255) = 65.28%

R = 5.56%
G = 29.17%
B = 65.28%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04152F (or 0x04152F) is known color: Black Pearl. HEX triplet: 04, 15 and 2F. RGB value is (4,21,47). Sum of RGB (Red+Green+Blue) = 4+21+47=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #04152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04152F is #FBEAD0. Grayscale: #121212. Windows color (decimal): -16509649 or 3085572. OLE color: 3085572.

HSL color Cylindrical-coordinate representation of color #04152F: hue angle of 216.28º 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 #04152F is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 21 47 -
CMYK 0.91 0.55 0 0.82
HSL 216.28º 0.84% 0.1% -
HSV(B) 216.28º 0.91% 0.18% -
XYZ 0.83 0.77 2.79 -
YUV 18.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 4 21 47 0.91 0.55 0 0.82 216.28 0.84 0.1
Hex 4 15 2F 5B 37 0 52 D8 54 A
Octal 4 25 57 133 67 0 122 330 124 12
Binary 100 10101 101111 1011011 110111 0 1010010 11011000 1010100 1010

Color Harmonies of #04152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04152F

Black with #04152F

Text Example


Text Example

White with #04152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,21,47); }

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

background-color css

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

 a { background-color: rgb(4,21,47); }

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

border-color css

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

 span { border-color: rgb(4,21,47); }

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