#031F35

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

Shades of Black Pearl #031F35

Tints of Black Pearl #031F35

Color information

#031F35 (or 0x031F35) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 35. RGB value is (3,31,53). Sum of RGB (Red+Green+Blue) = 3+31+53=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #031F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F35 is #FCE0CA. Grayscale: #191919. Windows color (decimal): -16572619 or 3481347. OLE color: 3481347.

HSL color Cylindrical-coordinate representation of color #031F35: hue angle of 206.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031F35 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB33153-
CMYK0.940.4200.79
HSL206.4º89.29%10.98%-
HSV(B)206.4º94.34%20.78%-
XYZ1.171.263.55-
YUV25.14143.72112.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 53 (21.09% from 255) = 60.92%
R=3.45%
G=35.63%
B=60.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal331530.940.4200.79206.489.2910.98
Hex31F355E2A04Fce59b
Octal3376513652011731613113
Binary11111111101011011110101010010011111100111010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,31,53); }

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

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

 a { background-color: rgb(3,31,53); }

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

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

 span { border-color: rgb(3,31,53); }

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