#031B27

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

Shades of Black Pearl #031B27

Tints of Black Pearl #031B27

Color information

#031B27 (or 0x031B27) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 27. RGB value is (3,27,39). Sum of RGB (Red+Green+Blue) = 3+27+39=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #031B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B27 is #FCE4D8. Grayscale: #151515. Windows color (decimal): -16573657 or 2562819. OLE color: 2562819.

HSL color Cylindrical-coordinate representation of color #031B27: hue angle of 200º 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 #031B27 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB32739-
CMYK0.920.3100.85
HSL200º85.71%8.24%-
HSV(B)200º92.31%15.29%-
XYZ0.80.952.06-
YUV21.19138.05115.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.35%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=4.35%
G=39.13%
B=56.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal327390.920.3100.8520085.718.24
Hex31B275C1F055c8568
Octal3334713437012531012610
Binary1111011100111101110011111010101011100100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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