#031C27

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

Shades of Black Pearl #031C27

Tints of Black Pearl #031C27

Color information

#031C27 (or 0x031C27) is unknown color: approx Black Pearl. HEX triplet: 03, 1C and 27. RGB value is (3,28,39). Sum of RGB (Red+Green+Blue) = 3+28+39=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #031C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C27 is #FCE3D8. Grayscale: #151515. Windows color (decimal): -16573401 or 2563075. OLE color: 2563075.

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

Color convert

RGB32839-
CMYK0.920.2800.85
HSL198.33º85.71%8.24%-
HSV(B)198.33º92.31%15.29%-
XYZ0.8212.07-
YUV21.78137.72114.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.29%
GREEN value IS 28 (11.33% from 255) = 40%
BLUE value IS 39 (15.62% from 255) = 55.71%
R=4.29%
G=40%
B=55.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal328390.920.2800.85198.3385.718.24
Hex31C275C1C055c6568
Octal3344713434012530612610
Binary1111100100111101110011100010101011100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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