#011B2B

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

Shades of Black Pearl #011B2B

Tints of Black Pearl #011B2B

Color information

#011B2B (or 0x011B2B) is unknown color: approx Black Pearl. HEX triplet: 01, 1B and 2B. RGB value is (1,27,43). Sum of RGB (Red+Green+Blue) = 1+27+43=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #011B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B2B is #FEE4D4. Grayscale: #141414. Windows color (decimal): -16704725 or 2824961. OLE color: 2824961.

HSL color Cylindrical-coordinate representation of color #011B2B: hue angle of 202.86º 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 #011B2B is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12743-
CMYK0.980.3700.83
HSL202.86º95.45%8.63%-
HSV(B)202.86º97.67%16.86%-
XYZ0.840.962.43-
YUV21.05140.39113.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=1.41%
G=38.03%
B=60.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal127430.980.3700.83202.8695.458.63
Hex11B2B6225053cb5f9
Octal1335314245012331313711
Binary1110111010111100010100101010100111100101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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