#011C2B

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

Shades of Black Pearl #011C2B

Tints of Black Pearl #011C2B

Color information

#011C2B (or 0x011C2B) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 2B. RGB value is (1,28,43). Sum of RGB (Red+Green+Blue) = 1+28+43=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #011C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C2B is #FEE3D4. Grayscale: #151515. Windows color (decimal): -16704469 or 2825217. OLE color: 2825217.

HSL color Cylindrical-coordinate representation of color #011C2B: hue angle of 201.43º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C2B is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12843-
CMYK0.980.3500.83
HSL201.43º95.45%8.63%-
HSV(B)201.43º97.67%16.86%-
XYZ0.861.012.44-
YUV21.64140.05113.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 43 (17.19% from 255) = 59.72%
R=1.39%
G=38.89%
B=59.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal128430.980.3500.83201.4395.458.63
Hex11C2B6223053c95f9
Octal1345314243012331113711
Binary1111001010111100010100011010100111100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C2B; }

 p { color: rgb(1,28,43); }

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

<style>
 a { background-color: #011C2B; }

 a { background-color: rgb(1,28,43); }

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

<style>
 span { border-color: #011C2B; }

 span { border-color: rgb(1,28,43); }

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