#011B30

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

Shades of Black Pearl #011B30

Tints of Black Pearl #011B30

Color information

#011B30 (or 0x011B30) is unknown color: approx Black Pearl. HEX triplet: 01, 1B and 30. RGB value is (1,27,48). Sum of RGB (Red+Green+Blue) = 1+27+48=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #011B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B30 is #FEE4CF. Grayscale: #151515. Windows color (decimal): -16704720 or 3152641. OLE color: 3152641.

HSL color Cylindrical-coordinate representation of color #011B30: hue angle of 206.81º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B30 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12748-
CMYK0.980.4400.81
HSL206.81º95.92%9.61%-
HSV(B)206.81º97.92%18.82%-
XYZ0.9412.94-
YUV21.62142.89113.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 27 (10.94% from 255) = 35.53%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=1.32%
G=35.53%
B=63.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal127480.980.4400.81206.8195.929.61
Hex11B30622C051cf60a
Octal1336014254012131714012
Binary1110111100001100010101100010100011100111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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