#010C1E

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

Shades of Black Pearl #010C1E

Tints of Black Pearl #010C1E

Color information

#010C1E (or 0x010C1E) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 1E. RGB value is (1,12,30). Sum of RGB (Red+Green+Blue) = 1+12+30=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #010C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1E is #FEF3E1. Grayscale: #0A0A0A. Windows color (decimal): -16708578 or 1969153. OLE color: 1969153.

HSL color Cylindrical-coordinate representation of color #010C1E: hue angle of 217.24º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C1E is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11230-
CMYK0.970.6000.88
HSL217.24º93.55%6.08%-
HSV(B)217.24º96.67%11.76%-
XYZ0.380.361.28-
YUV10.76138.86121.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.33%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 30 (12.11% from 255) = 69.77%
R=2.33%
G=27.91%
B=69.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal112300.970.6000.88217.2493.556.08
Hex1C1E613C058d95e6
Octal114361417401303311366
Binary1110011110110000111110001011000110110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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