#04252A

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

Shades of Black Pearl #04252A

Tints of Black Pearl #04252A

Color information

#04252A (or 0x04252A) is unknown color: approx Black Pearl. HEX triplet: 04, 25 and 2A. RGB value is (4,37,42). Sum of RGB (Red+Green+Blue) = 4+37+42=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #04252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252A is #FBDAD5. Grayscale: #1B1B1B. Windows color (decimal): -16505558 or 2761988. OLE color: 2761988.

HSL color Cylindrical-coordinate representation of color #04252A: hue angle of 187.89º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #04252A is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB43742-
CMYK0.900.1200.84
HSL187.89º82.61%9.02%-
HSV(B)187.89º90.48%16.47%-
XYZ1.131.522.42-
YUV27.7136.07111.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 37 (14.84% from 255) = 44.58%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=4.82%
G=44.58%
B=50.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal437420.900.1200.84187.8982.619.02
Hex4252A5AC054bc539
Octal4455213214012427412311
Binary10010010110101010110101100010101001011110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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