#031F25

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

Shades of Black Pearl #031F25

Tints of Black Pearl #031F25

Color information

#031F25 (or 0x031F25) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 25. RGB value is (3,31,37). Sum of RGB (Red+Green+Blue) = 3+31+37=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #031F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F25 is #FCE0DA. Grayscale: #171717. Windows color (decimal): -16572635 or 2432771. OLE color: 2432771.

HSL color Cylindrical-coordinate representation of color #031F25: hue angle of 190.59º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031F25 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB33137-
CMYK0.920.1600.85
HSL190.59º85%7.84%-
HSV(B)190.59º91.89%14.51%-
XYZ0.861.131.92-
YUV23.31135.72113.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=4.23%
G=43.66%
B=52.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal331370.920.1600.85190.59857.84
Hex31F255C10055bf558
Octal3374513420012527712510
Binary1111111100101101110010000010101011011111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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