#1F3039

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

Shades of Tangaroa #1F3039

Tints of Tangaroa #1F3039

Color information

#1F3039 (or 0x1F3039) is unknown color: approx Tangaroa. HEX triplet: 1F, 30 and 39. RGB value is (31,48,57). Sum of RGB (Red+Green+Blue) = 31+48+57=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3039 is #E0CFC6. Grayscale: #2B2B2B. Windows color (decimal): -14733255 or 3747871. OLE color: 3747871.

HSL color Cylindrical-coordinate representation of color #1F3039: hue angle of 200.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3039 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB314857-
CMYK0.460.1600.78
HSL200.77º29.55%17.25%-
HSV(B)200.77º45.61%22.35%-
XYZ2.362.74.27-
YUV43.94135.37118.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=22.79%
G=35.29%
B=41.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3148570.460.1600.78200.7729.5517.25
Hex1F30392E1004Ec91e11
Octal376071562001163113621
Binary111111100001110011011101000001001110110010011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,48,57); }

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

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

 a { background-color: rgb(31,48,57); }

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

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

 span { border-color: rgb(31,48,57); }

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