#1F313D

Color #1F313D Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #1F313D

Tints of Tangaroa #1F313D

Color information

#1F313D (or 0x1F313D) is unknown color: approx Tangaroa. HEX triplet: 1F, 31 and 3D. RGB value is (31,49,61). Sum of RGB (Red+Green+Blue) = 31+49+61=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F313D is #E0CEC2. Grayscale: #2C2C2C. Windows color (decimal): -14732995 or 4010271. OLE color: 4010271.

HSL color Cylindrical-coordinate representation of color #1F313D: hue angle of 204º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F313D is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB314961-
CMYK0.490.2000.76
HSL204º32.61%18.04%-
HSV(B)204º49.18%23.92%-
XYZ2.512.824.83-
YUV44.99137.04118.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.99%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=21.99%
G=34.75%
B=43.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3149610.490.2000.7620432.6118.04
Hex1F313D311404Ccc2112
Octal376175612401143144122
Binary1111111000111110111000110100010011001100110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F313D; }

 p { color: rgb(31,49,61); }

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

<style>
 a { background-color: #1F313D; }

 a { background-color: rgb(31,49,61); }

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

<style>
 span { border-color: #1F313D; }

 span { border-color: rgb(31,49,61); }

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