#01050B

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

Shades of Black Pearl #01050B

Tints of Black Pearl #01050B

Color information

#01050B (or 0x01050B) is unknown color: approx Black Pearl. HEX triplet: 01, 05 and 0B. RGB value is (1,5,11). Sum of RGB (Red+Green+Blue) = 1+5+11=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 11 (4.69% from 255 or 64.71% from 17); Max value from RGB is 11 - color contains mainly: blue. Hex color #01050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01050B is #FEFAF4. Grayscale: #040404. Windows color (decimal): -16710389 or 722177. OLE color: 722177.

HSL color Cylindrical-coordinate representation of color #01050B: hue angle of 216º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #01050B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB1511-
CMYK0.910.5500.96
HSL216º83.33%2.35%-
HSV(B)216º90.91%4.31%-
XYZ0.130.140.34-
YUV4.49131.67125.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 5.88%
GREEN value IS 5 (2.34% from 255) = 29.41%
BLUE value IS 11 (4.69% from 255) = 64.71%
R=5.88%
G=29.41%
B=64.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal15110.910.5500.9621683.332.35
Hex15B5B37060d8532
Octal15131336701403301232
Binary1101101110110111101110110000011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01050B; }

 p { color: rgb(1,5,11); }

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

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

 a { background-color: rgb(1,5,11); }

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

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

 span { border-color: rgb(1,5,11); }

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