#012335

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

Shades of Black Pearl #012335

Tints of Black Pearl #012335

Color information

#012335 (or 0x012335) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 35. RGB value is (1,35,53). Sum of RGB (Red+Green+Blue) = 1+35+53=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #012335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012335 is #FEDCCA. Grayscale: #1A1A1A. Windows color (decimal): -16702667 or 3482369. OLE color: 3482369.

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

Color convert

RGB13553-
CMYK0.980.3400.79
HSL200.77º96.3%10.59%-
HSV(B)200.77º98.11%20.78%-
XYZ1.261.473.58-
YUV26.89142.74109.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=1.12%
G=39.33%
B=59.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal135530.980.3400.79200.7796.310.59
Hex12335622204Fc960b
Octal1436514242011731114013
Binary11000111101011100010100010010011111100100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012335; }

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

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

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

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

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

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

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

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