#010C1A

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

Shades of Black Pearl #010C1A

Tints of Black Pearl #010C1A

Color information

#010C1A (or 0x010C1A) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 1A. RGB value is (1,12,26). Sum of RGB (Red+Green+Blue) = 1+12+26=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 12 (5.08% from 255 or 30.77% from 39); Blue value is 26 (10.55% from 255 or 66.67% from 39); Max value from RGB is 26 - color contains mainly: blue. Hex color #010C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1A is #FEF3E5. Grayscale: #0A0A0A. Windows color (decimal): -16708582 or 1707009. OLE color: 1707009.

HSL color Cylindrical-coordinate representation of color #010C1A: hue angle of 213.6º 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 #010C1A is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB11226-
CMYK0.960.5400.90
HSL213.6º92.59%5.29%-
HSV(B)213.6º96.15%10.2%-
XYZ0.330.341.03-
YUV10.31136.86121.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 12 (5.08% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 66.67%
R=2.56%
G=30.77%
B=66.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal112260.960.5400.90213.692.595.29
Hex1C1A603605Ad65d5
Octal114321406601323261355
Binary1110011010110000011011001011010110101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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