#002536

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

Shades of Black Pearl #002536

Tints of Black Pearl #002536

Color information

#002536 (or 0x002536) is unknown color: approx Black Pearl. HEX triplet: 00, 25 and 36. RGB value is (0,37,54). Sum of RGB (Red+Green+Blue) = 0+37+54=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #002536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002536 is #FFDAC9. Grayscale: #1B1B1B. Windows color (decimal): -16767690 or 3548416. OLE color: 3548416.

HSL color Cylindrical-coordinate representation of color #002536: hue angle of 198.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002536 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB03754-
CMYK10.3100.79
HSL198.89º100%10.59%-
HSV(B)198.89º100%21.18%-
XYZ1.331.593.73-
YUV27.88142.74108.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=0%
G=40.66%
B=59.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0375410.3100.79198.8910010.59
Hex02536641F04Fc764b
Octal0456614437011730714413
Binary0100101110110110010011111010011111100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002536; }

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

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

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

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

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

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

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

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