#002025

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

Shades of Black Pearl #002025

Tints of Black Pearl #002025

Color information

#002025 (or 0x002025) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 25. RGB value is (0,32,37). Sum of RGB (Red+Green+Blue) = 0+32+37=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #002025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002025 is #FFDFDA. Grayscale: #161616. Windows color (decimal): -16768987 or 2433024. OLE color: 2433024.

HSL color Cylindrical-coordinate representation of color #002025: hue angle of 188.11º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002025 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB03237-
CMYK10.1400.85
HSL188.11º100%7.25%-
HSV(B)188.11º100%14.51%-
XYZ0.851.171.93-
YUV23135.9111.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 46.38%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=0%
G=46.38%
B=53.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0323710.1400.85188.111007.25
Hex0202564E055bc647
Octal040451441601252741447
Binary01000001001011100100111001010101101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002025; }

 p { color: rgb(0,32,37); }

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

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

 a { background-color: rgb(0,32,37); }

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

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

 span { border-color: rgb(0,32,37); }

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