#03252A

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

Shades of Black Pearl #03252A

Tints of Black Pearl #03252A

Color information

#03252A (or 0x03252A) is unknown color: approx Black Pearl. HEX triplet: 03, 25 and 2A. RGB value is (3,37,42). Sum of RGB (Red+Green+Blue) = 3+37+42=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #03252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03252A is #FCDAD5. Grayscale: #1B1B1B. Windows color (decimal): -16571094 or 2761987. OLE color: 2761987.

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

Color convert

RGB33742-
CMYK0.930.1200.84
HSL187.69º86.67%8.82%-
HSV(B)187.69º92.86%16.47%-
XYZ1.121.512.42-
YUV27.4136.24110.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=3.66%
G=45.12%
B=51.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal337420.930.1200.84187.6986.678.82
Hex3252A5DC054bc579
Octal3455213514012427412711
Binary1110010110101010111011100010101001011110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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