#010C15

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

Shades of Black Pearl #010C15

Tints of Black Pearl #010C15

Color information

#010C15 (or 0x010C15) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 15. RGB value is (1,12,21). Sum of RGB (Red+Green+Blue) = 1+12+21=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #010C15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C15 is #FEF3EA. Grayscale: #090909. Windows color (decimal): -16708587 or 1379329. OLE color: 1379329.

HSL color Cylindrical-coordinate representation of color #010C15: hue angle of 207º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010C15 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11221-
CMYK0.950.4300.92
HSL207º90.91%4.31%-
HSV(B)207º95.24%8.24%-
XYZ0.280.320.76-
YUV9.74134.36121.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.94%
GREEN value IS 12 (5.08% from 255) = 35.29%
BLUE value IS 21 (8.59% from 255) = 61.76%
R=2.94%
G=35.29%
B=61.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal112210.950.4300.9220790.914.31
Hex1C155F2B05Ccf5b4
Octal114251375301343171334
Binary1110010101101111110101101011100110011111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,12,21); }

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

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

 a { background-color: rgb(1,12,21); }

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

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

 span { border-color: rgb(1,12,21); }

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