#010C1F

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

Shades of Black Pearl #010C1F

Tints of Black Pearl #010C1F

Color information

#010C1F (or 0x010C1F) is unknown color: approx Black Pearl. HEX triplet: 01, 0C and 1F. RGB value is (1,12,31). Sum of RGB (Red+Green+Blue) = 1+12+31=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #010C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C1F is #FEF3E0. Grayscale: #0A0A0A. Windows color (decimal): -16708577 or 2034689. OLE color: 2034689.

HSL color Cylindrical-coordinate representation of color #010C1F: hue angle of 218º 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 #010C1F is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB11231-
CMYK0.970.6100.88
HSL218º93.75%6.27%-
HSV(B)218º96.77%12.16%-
XYZ0.390.371.35-
YUV10.88139.36120.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 31 (12.5% from 255) = 70.45%
R=2.27%
G=27.27%
B=70.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal112310.970.6100.8821893.756.27
Hex1C1F613D058da5e6
Octal114371417501303321366
Binary1110011111110000111110101011000110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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