#01182E

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

Shades of Black Pearl #01182E

Tints of Black Pearl #01182E

Color information

#01182E (or 0x01182E) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 2E. RGB value is (1,24,46). Sum of RGB (Red+Green+Blue) = 1+24+46=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #01182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01182E is #FEE7D1. Grayscale: #131313. Windows color (decimal): -16705490 or 3020801. OLE color: 3020801.

HSL color Cylindrical-coordinate representation of color #01182E: hue angle of 209.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01182E is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12446-
CMYK0.980.4800.82
HSL209.33º95.74%9.22%-
HSV(B)209.33º97.83%18.04%-
XYZ0.830.862.71-
YUV19.63142.88114.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 24 (9.77% from 255) = 33.80%
BLUE value IS 46 (18.36% from 255) = 64.79%
R=1.41%
G=33.80%
B=64.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal124460.980.4800.82209.3395.749.22
Hex1182E6230052d1609
Octal1305614260012232114011
Binary1110001011101100010110000010100101101000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01182E; }

 p { color: rgb(1,24,46); }

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

<style>
 a { background-color: #01182E; }

 a { background-color: rgb(1,24,46); }

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

<style>
 span { border-color: #01182E; }

 span { border-color: rgb(1,24,46); }

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