#011735

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

Shades of Black Pearl #011735

Tints of Black Pearl #011735

Color information

#011735 (or 0x011735) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 35. RGB value is (1,23,53). Sum of RGB (Red+Green+Blue) = 1+23+53=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #011735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011735 is #FEE8CA. Grayscale: #131313. Windows color (decimal): -16705739 or 3479297. OLE color: 3479297.

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

Color convert

RGB12353-
CMYK0.980.5700.79
HSL214.62º96.3%10.59%-
HSV(B)214.62º98.11%20.78%-
XYZ0.960.883.49-
YUV19.84146.71114.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.30%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=1.30%
G=29.87%
B=68.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal123530.980.5700.79214.6296.310.59
Hex11735623904Fd760b
Octal1276514271011732714013
Binary1101111101011100010111001010011111101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011735; }

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

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

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

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

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

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

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

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