#04252F

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

Shades of Black Pearl #04252F

Tints of Black Pearl #04252F

Color information

#04252F (or 0x04252F) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 2F. RGB value is (4,37,47). Sum of RGB (Red+Green+Blue) = 4+37+47=88 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.55% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #04252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252F is #FBDAD0. Grayscale: #1C1C1C. Windows color (decimal): -16505553 or 3089668. OLE color: 3089668.

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

Color convert

RGB43747-
CMYK0.910.2100.82
HSL193.95º84.31%10%-
HSV(B)193.95º91.49%18.43%-
XYZ1.221.552.92-
YUV28.27138.57110.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.55%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 47 (18.75% from 255) = 53.41%
R=4.55%
G=42.05%
B=53.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal437470.910.2100.82193.9584.3110
Hex4252F5B15052c254a
Octal4455713325012230212412
Binary100100101101111101101110101010100101100001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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