#04252D

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

Shades of Black Pearl #04252D

Tints of Black Pearl #04252D

Color information

#04252D (or 0x04252D) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 2D. RGB value is (4,37,45). Sum of RGB (Red+Green+Blue) = 4+37+45=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #04252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252D is #FBDAD2. Grayscale: #1B1B1B. Windows color (decimal): -16505555 or 2958596. OLE color: 2958596.

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

Color convert

RGB43745-
CMYK0.910.1800.82
HSL191.71º83.67%9.61%-
HSV(B)191.71º91.11%17.65%-
XYZ1.191.542.72-
YUV28.04137.57110.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.65%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 45 (17.97% from 255) = 52.33%
R=4.65%
G=43.02%
B=52.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal437450.910.1800.82191.7183.679.61
Hex4252D5B12052c054a
Octal4455513322012230012412
Binary100100101101101101101110010010100101100000010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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