#031F2D

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

Shades of Black Pearl #031F2D

Tints of Black Pearl #031F2D

Color information

#031F2D (or 0x031F2D) is unknown color: approx Black Pearl. HEX triplet: 03, 1F and 2D. RGB value is (3,31,45). Sum of RGB (Red+Green+Blue) = 3+31+45=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #031F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F2D is #FCE0D2. Grayscale: #181818. Windows color (decimal): -16572627 or 2957059. OLE color: 2957059.

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

Color convert

RGB33145-
CMYK0.930.3100.82
HSL200º87.5%9.41%-
HSV(B)200º93.33%17.65%-
XYZ11.192.66-
YUV24.22139.72112.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.80%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 45 (17.97% from 255) = 56.96%
R=3.80%
G=39.24%
B=56.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal331450.930.3100.8220087.59.41
Hex31F2D5D1F052c8589
Octal3375513537012231013011
Binary1111111101101101110111111010100101100100010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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