#02252D

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

Shades of Black Pearl #02252D

Tints of Black Pearl #02252D

Color information

#02252D (or 0x02252D) is unknown color: approx Black Pearl. HEX triplet: 02, 25 and 2D. RGB value is (2,37,45). Sum of RGB (Red+Green+Blue) = 2+37+45=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #02252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02252D is #FDDAD2. Grayscale: #1B1B1B. Windows color (decimal): -16636627 or 2958594. OLE color: 2958594.

HSL color Cylindrical-coordinate representation of color #02252D: hue angle of 191.16º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02252D is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23745-
CMYK0.960.1800.82
HSL191.16º91.49%9.22%-
HSV(B)191.16º95.56%17.65%-
XYZ1.161.532.72-
YUV27.45137.9109.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 37 (14.84% from 255) = 44.05%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=2.38%
G=44.05%
B=53.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal237450.960.1800.82191.1691.499.22
Hex2252D6012052bf5b9
Octal2455514022012227713311
Binary10100101101101110000010010010100101011111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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