#01141F

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

Shades of Black Pearl #01141F

Tints of Black Pearl #01141F

Color information

#01141F (or 0x01141F) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 1F. RGB value is (1,20,31). Sum of RGB (Red+Green+Blue) = 1+20+31=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 20 (8.20% from 255 or 38.46% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #01141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141F is #FEEBE0. Grayscale: #0F0F0F. Windows color (decimal): -16706529 or 2036737. OLE color: 2036737.

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

Color convert

RGB12031-
CMYK0.970.3500.88
HSL202º93.75%6.27%-
HSV(B)202º96.77%12.16%-
XYZ0.510.611.39-
YUV15.57136.71117.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 20 (8.20% from 255) = 38.46%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=1.92%
G=38.46%
B=59.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal120310.970.3500.8820293.756.27
Hex1141F6123058ca5e6
Octal124371414301303121366
Binary11010011111110000110001101011000110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01141F; }

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

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

<style>
 a { background-color: #01141F; }

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

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

<style>
 span { border-color: #01141F; }

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

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