#04272F

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

Shades of Black Pearl #04272F

Tints of Black Pearl #04272F

Color information

#04272F (or 0x04272F) is unknown color: approx Black Pearl. HEX triplet: 04, 27 and 2F. RGB value is (4,39,47). Sum of RGB (Red+Green+Blue) = 4+39+47=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #04272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04272F is #FBD8D0. Grayscale: #1D1D1D. Windows color (decimal): -16505041 or 3090180. OLE color: 3090180.

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

Color convert

RGB43947-
CMYK0.910.1700.82
HSL191.16º84.31%10%-
HSV(B)191.16º91.49%18.43%-
XYZ1.291.682.95-
YUV29.45137.9109.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 39 (15.62% from 255) = 43.33%
BLUE value IS 47 (18.75% from 255) = 52.22%
R=4.44%
G=43.33%
B=52.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal439470.910.1700.82191.1684.3110
Hex4272F5B11052bf54a
Octal4475713321012227712412
Binary100100111101111101101110001010100101011111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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