#031F29

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

Shades of Black Pearl #031F29

Tints of Black Pearl #031F29

Color information

#031F29 (or 0x031F29) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 29. RGB value is (3,31,41). Sum of RGB (Red+Green+Blue) = 3+31+41=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #031F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F29 is #FCE0D6. Grayscale: #171717. Windows color (decimal): -16572631 or 2694915. OLE color: 2694915.

HSL color Cylindrical-coordinate representation of color #031F29: hue angle of 195.79º degrees, saturation: 0.86, 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 #031F29 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB33141-
CMYK0.930.2400.84
HSL195.79º86.36%8.63%-
HSV(B)195.79º92.68%16.08%-
XYZ0.931.162.27-
YUV23.77137.72113.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4%
GREEN value IS 31 (12.5% from 255) = 41.33%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=4%
G=41.33%
B=54.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal331410.930.2400.84195.7986.368.63
Hex31F295D18054c4569
Octal3375113530012430412611
Binary1111111101001101110111000010101001100010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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