#012535

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

Shades of Black Pearl #012535

Tints of Black Pearl #012535

Color information

#012535 (or 0x012535) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 35. RGB value is (1,37,53). Sum of RGB (Red+Green+Blue) = 1+37+53=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #012535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012535 is #FEDACA. Grayscale: #1B1B1B. Windows color (decimal): -16702155 or 3482881. OLE color: 3482881.

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

Color convert

RGB13753-
CMYK0.980.3000.79
HSL198.46º96.3%10.59%-
HSV(B)198.46º98.11%20.78%-
XYZ1.321.593.61-
YUV28.06142.07108.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=1.10%
G=40.66%
B=58.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal137530.980.3000.79198.4696.310.59
Hex12535621E04Fc660b
Octal1456514236011730614013
Binary1100101110101110001011110010011111100011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012535; }

 p { color: rgb(1,37,53); }

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

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

 a { background-color: rgb(1,37,53); }

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

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

 span { border-color: rgb(1,37,53); }

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