#012435

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

Shades of Black Pearl #012435

Tints of Black Pearl #012435

Color information

#012435 (or 0x012435) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 35. RGB value is (1,36,53). Sum of RGB (Red+Green+Blue) = 1+36+53=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #012435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012435 is #FEDBCA. Grayscale: #1B1B1B. Windows color (decimal): -16702411 or 3482625. OLE color: 3482625.

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

Color convert

RGB13653-
CMYK0.980.3200.79
HSL199.62º96.3%10.59%-
HSV(B)199.62º98.11%20.78%-
XYZ1.291.533.59-
YUV27.47142.4109.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 58.89%
R=1.11%
G=40%
B=58.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal136530.980.3200.79199.6296.310.59
Hex12435622004Fc860b
Octal1446514240011731014013
Binary11001001101011100010100000010011111100100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012435; }

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

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

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

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

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

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

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

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