#031D2C

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

Shades of Black Pearl #031D2C

Tints of Black Pearl #031D2C

Color information

#031D2C (or 0x031D2C) is unknown color: approx Black Pearl. HEX triplet: 03, 1D and 2C. RGB value is (3,29,44). Sum of RGB (Red+Green+Blue) = 3+29+44=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #031D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D2C is #FCE2D3. Grayscale: #161616. Windows color (decimal): -16573140 or 2891011. OLE color: 2891011.

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

Color convert

RGB32944-
CMYK0.930.3400.83
HSL201.95º87.23%9.22%-
HSV(B)201.95º93.18%17.25%-
XYZ0.931.082.54-
YUV22.94139.89113.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=3.95%
G=38.16%
B=57.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal329440.930.3400.83201.9587.239.22
Hex31D2C5D22053ca579
Octal3355413542012331212711
Binary11111011011001011101100010010100111100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,29,44); }

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

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

 a { background-color: rgb(3,29,44); }

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

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

 span { border-color: rgb(3,29,44); }

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