#010B1A

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

Shades of Black Pearl #010B1A

Tints of Black Pearl #010B1A

Color information

#010B1A (or 0x010B1A) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 1A. RGB value is (1,11,26). Sum of RGB (Red+Green+Blue) = 1+11+26=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #010B1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B1A is #FEF4E5. Grayscale: #090909. Windows color (decimal): -16708838 or 1706753. OLE color: 1706753.

HSL color Cylindrical-coordinate representation of color #010B1A: hue angle of 216º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010B1A is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11126-
CMYK0.960.5800.90
HSL216º92.59%5.29%-
HSV(B)216º96.15%10.2%-
XYZ0.320.321.02-
YUV9.72137.19121.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 26 (10.55% from 255) = 68.42%
R=2.63%
G=28.95%
B=68.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal111260.960.5800.9021692.595.29
Hex1B1A603A05Ad85d5
Octal113321407201323301355
Binary1101111010110000011101001011010110110001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B1A; }

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

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

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

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

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

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

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

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