#031B37

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

Shades of Black Pearl #031B37

Tints of Black Pearl #031B37

Color information

#031B37 (or 0x031B37) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 37. RGB value is (3,27,55). Sum of RGB (Red+Green+Blue) = 3+27+55=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #031B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B37 is #FCE4C8. Grayscale: #161616. Windows color (decimal): -16573641 or 3611395. OLE color: 3611395.

HSL color Cylindrical-coordinate representation of color #031B37: hue angle of 212.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031B37 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32755-
CMYK0.950.5100.78
HSL212.31º89.66%11.37%-
HSV(B)212.31º94.55%21.57%-
XYZ1.121.083.76-
YUV23.02146.05113.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 55 (21.88% from 255) = 64.71%
R=3.53%
G=31.76%
B=64.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal327550.950.5100.78212.3189.6611.37
Hex31B375F3304Ed45ab
Octal3336713763011632413213
Binary11110111101111011111110011010011101101010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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