#012735

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

Shades of Black Pearl #012735

Tints of Black Pearl #012735

Color information

#012735 (or 0x012735) is unknown color: approx Black Pearl. HEX triplet: 01, 27 and 35. RGB value is (1,39,53). Sum of RGB (Red+Green+Blue) = 1+39+53=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #012735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012735 is #FED8CA. Grayscale: #1D1D1D. Windows color (decimal): -16701643 or 3483393. OLE color: 3483393.

HSL color Cylindrical-coordinate representation of color #012735: hue angle of 196.15º 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 #012735 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB13953-
CMYK0.980.2600.79
HSL196.15º96.3%10.59%-
HSV(B)196.15º98.11%20.78%-
XYZ1.381.713.63-
YUV29.23141.41107.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 53 (21.09% from 255) = 56.99%
R=1.08%
G=41.94%
B=56.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal139530.980.2600.79196.1596.310.59
Hex12735621A04Fc460b
Octal1476514232011730414013
Binary1100111110101110001011010010011111100010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012735; }

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

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

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

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

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

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

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

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