#010C17

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

Shades of Black Pearl #010C17

Tints of Black Pearl #010C17

Color information

#010C17 (or 0x010C17) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 17. RGB value is (1,12,23). Sum of RGB (Red+Green+Blue) = 1+12+23=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 12 (5.08% from 255 or 33.33% from 36); Blue value is 23 (9.38% from 255 or 63.89% from 36); Max value from RGB is 23 - color contains mainly: blue. Hex color #010C17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010C17 is #FEF3E8. Grayscale: #090909. Windows color (decimal): -16708585 or 1510401. OLE color: 1510401.

HSL color Cylindrical-coordinate representation of color #010C17: hue angle of 210º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010C17 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11223-
CMYK0.960.4800.91
HSL210º91.67%4.71%-
HSV(B)210º95.65%9.02%-
XYZ0.30.330.86-
YUV9.96135.36121.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.78%
GREEN value IS 12 (5.08% from 255) = 33.33%
BLUE value IS 23 (9.38% from 255) = 63.89%
R=2.78%
G=33.33%
B=63.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112230.960.4800.9121091.674.71
Hex1C17603005Bd25c5
Octal114271406001333221345
Binary1110010111110000011000001011011110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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