#010F1F

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

Shades of Black Pearl #010F1F

Tints of Black Pearl #010F1F

Color information

#010F1F (or 0x010F1F) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 1F. RGB value is (1,15,31). Sum of RGB (Red+Green+Blue) = 1+15+31=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #010F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F1F is #FEF0E0. Grayscale: #0C0C0C. Windows color (decimal): -16707809 or 2035457. OLE color: 2035457.

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

Color convert

RGB11531-
CMYK0.970.5200.88
HSL212º93.75%6.27%-
HSV(B)212º96.77%12.16%-
XYZ0.430.451.36-
YUV12.64138.36119.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=2.13%
G=31.91%
B=65.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal115310.970.5200.8821293.756.27
Hex1F1F6134058d45e6
Octal117371416401303241366
Binary1111111111110000111010001011000110101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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