#010B1C

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

Shades of Black Pearl #010B1C

Tints of Black Pearl #010B1C

Color information

#010B1C (or 0x010B1C) is unknown color: approx Black Pearl. HEX triplet: 01, 0B and 1C. RGB value is (1,11,28). Sum of RGB (Red+Green+Blue) = 1+11+28=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #010B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B1C is #FEF4E3. Grayscale: #090909. Windows color (decimal): -16708836 or 1837825. OLE color: 1837825.

HSL color Cylindrical-coordinate representation of color #010B1C: hue angle of 217.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010B1C is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB11128-
CMYK0.960.6100.89
HSL217.78º93.1%5.69%-
HSV(B)217.78º96.43%10.98%-
XYZ0.340.331.14-
YUV9.95138.19121.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 28 (11.33% from 255) = 70%
R=2.5%
G=27.5%
B=70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal111280.960.6100.89217.7893.15.69
Hex1B1C603D059da5d6
Octal113341407501313321356
Binary1101111100110000011110101011001110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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