#001C27

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

Shades of Black Pearl #001C27

Tints of Black Pearl #001C27

Color information

#001C27 (or 0x001C27) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 27. RGB value is (0,28,39). Sum of RGB (Red+Green+Blue) = 0+28+39=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #001C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C27 is #FFE3D8. Grayscale: #141414. Windows color (decimal): -16770009 or 2563072. OLE color: 2563072.

HSL color Cylindrical-coordinate representation of color #001C27: hue angle of 196.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C27 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB02839-
CMYK10.2800.85
HSL196.92º100%7.65%-
HSV(B)196.92º100%15.29%-
XYZ0.780.982.07-
YUV20.88138.22113.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 41.79%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=0%
G=41.79%
B=58.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal0283910.2800.85196.921007.65
Hex01C27641C055c5648
Octal0344714434012530514410
Binary011100100111110010011100010101011100010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C27; }

 p { color: rgb(0,28,39); }

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

<style>
 a { background-color: #001C27; }

 a { background-color: rgb(0,28,39); }

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

<style>
 span { border-color: #001C27; }

 span { border-color: rgb(0,28,39); }

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