#011733

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

Shades of Black Pearl #011733

Tints of Black Pearl #011733

Color information

#011733 (or 0x011733) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 33. RGB value is (1,23,51). Sum of RGB (Red+Green+Blue) = 1+23+51=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #011733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011733 is #FEE8CC. Grayscale: #131313. Windows color (decimal): -16705741 or 3348225. OLE color: 3348225.

HSL color Cylindrical-coordinate representation of color #011733: hue angle of 213.6º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011733 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB12351-
CMYK0.980.5500.8
HSL213.6º96.15%10.2%-
HSV(B)213.6º98.04%20%-
XYZ0.920.863.25-
YUV19.61145.71114.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 51 (20.31% from 255) = 68%
R=1.33%
G=30.67%
B=68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal123510.980.5500.8213.696.1510.2
Hex117336237050d660a
Octal1276314267012032614012
Binary1101111100111100010110111010100001101011011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011733; }

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

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

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

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

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

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

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

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