#011C28

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

Shades of Black Pearl #011C28

Tints of Black Pearl #011C28

Color information

#011C28 (or 0x011C28) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 28. RGB value is (1,28,40). Sum of RGB (Red+Green+Blue) = 1+28+40=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 28 (11.33% from 255 or 40.58% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #011C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C28 is #FEE3D7. Grayscale: #151515. Windows color (decimal): -16704472 or 2628609. OLE color: 2628609.

HSL color Cylindrical-coordinate representation of color #011C28: hue angle of 198.46º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C28 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB12840-
CMYK0.980.3000.84
HSL198.46º95.12%8.04%-
HSV(B)198.46º97.5%15.69%-
XYZ0.810.992.16-
YUV21.3138.55113.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 28 (11.33% from 255) = 40.58%
BLUE value IS 40 (16.02% from 255) = 57.97%
R=1.45%
G=40.58%
B=57.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal128400.980.3000.84198.4695.128.04
Hex11C28621E054c65f8
Octal1345014236012430613710
Binary111100101000110001011110010101001100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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