#031F2E

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

Shades of Black Pearl #031F2E

Tints of Black Pearl #031F2E

Color information

#031F2E (or 0x031F2E) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 2E. RGB value is (3,31,46). Sum of RGB (Red+Green+Blue) = 3+31+46=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #031F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F2E is #FCE0D1. Grayscale: #181818. Windows color (decimal): -16572626 or 3022595. OLE color: 3022595.

HSL color Cylindrical-coordinate representation of color #031F2E: hue angle of 200.93º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031F2E is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB33146-
CMYK0.930.3300.82
HSL200.93º87.76%9.61%-
HSV(B)200.93º93.48%18.04%-
XYZ1.021.22.76-
YUV24.34140.22112.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=3.75%
G=38.75%
B=57.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal331460.930.3300.82200.9387.769.61
Hex31F2E5D21052c958a
Octal3375613541012231113012
Binary11111111011101011101100001010100101100100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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