#031F2A

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

Shades of Black Pearl #031F2A

Tints of Black Pearl #031F2A

Color information

#031F2A (or 0x031F2A) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 2A. RGB value is (3,31,42). Sum of RGB (Red+Green+Blue) = 3+31+42=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #031F2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F2A is #FCE0D5. Grayscale: #171717. Windows color (decimal): -16572630 or 2760451. OLE color: 2760451.

HSL color Cylindrical-coordinate representation of color #031F2A: hue angle of 196.92º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031F2A is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33142-
CMYK0.930.2600.84
HSL196.92º86.67%8.82%-
HSV(B)196.92º92.86%16.47%-
XYZ0.951.172.37-
YUV23.88138.22113.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=3.95%
G=40.79%
B=55.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal331420.930.2600.84196.9286.678.82
Hex31F2A5D1A054c5579
Octal3375213532012430512711
Binary1111111101010101110111010010101001100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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