#04172F

Color #04172F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #04172F

Tints of Black Pearl #04172F

Color information

#04172F (or 0x04172F) is unknown color: approx Black Pearl. HEX triplet: 04, 17 and 2F. RGB value is (4,23,47). Sum of RGB (Red+Green+Blue) = 4+23+47=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #04172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04172F is #FBE8D0. Grayscale: #131313. Windows color (decimal): -16509137 or 3086084. OLE color: 3086084.

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

Color convert

RGB42347-
CMYK0.910.5100.82
HSL213.49º84.31%10%-
HSV(B)213.49º91.49%18.43%-
XYZ0.870.842.81-
YUV20.06143.21116.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 47 (18.75% from 255) = 63.51%
R=5.41%
G=31.08%
B=63.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal423470.910.5100.82213.4984.3110
Hex4172F5B33052d554a
Octal4275713363012232512412
Binary100101111011111011011110011010100101101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04172F;
 }
 .AnyTagClassName
 {
   color: #04172F;
 }
</style>
background-color css

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

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

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

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

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

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