#01182D

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

Shades of Black Pearl #01182D

Tints of Black Pearl #01182D

Color information

#01182D (or 0x01182D) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 2D. RGB value is (1,24,45). Sum of RGB (Red+Green+Blue) = 1+24+45=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #01182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01182D is #FEE7D2. Grayscale: #131313. Windows color (decimal): -16705491 or 2955265. OLE color: 2955265.

HSL color Cylindrical-coordinate representation of color #01182D: hue angle of 208.64º 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 #01182D is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12445-
CMYK0.980.4700.82
HSL208.64º95.65%9.02%-
HSV(B)208.64º97.78%17.65%-
XYZ0.810.852.6-
YUV19.52142.38114.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 24 (9.77% from 255) = 34.29%
BLUE value IS 45 (17.97% from 255) = 64.29%
R=1.43%
G=34.29%
B=64.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal124450.980.4700.82208.6495.659.02
Hex1182D622F052d1609
Octal1305514257012232114011
Binary1110001011011100010101111010100101101000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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