#1F2E3B

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

Shades of Tangaroa #1F2E3B

Tints of Tangaroa #1F2E3B

Color information

#1F2E3B (or 0x1F2E3B) is unknown color: approx Tangaroa. HEX triplet: 1F, 2E and 3B. RGB value is (31,46,59). Sum of RGB (Red+Green+Blue) = 31+46+59=136 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.79% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F2E3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E3B is #E0D1C4. Grayscale: #2A2A2A. Windows color (decimal): -14733765 or 3878431. OLE color: 3878431.

HSL color Cylindrical-coordinate representation of color #1F2E3B: hue angle of 207.86º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F2E3B is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB314659-
CMYK0.470.2200.77
HSL207.86º31.11%17.65%-
HSV(B)207.86º47.46%23.14%-
XYZ2.332.564.51-
YUV43137.03119.44-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.79%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=22.79%
G=33.82%
B=43.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3146590.470.2200.77207.8631.1117.65
Hex1F2E3B2F1604Dd01f12
Octal375673572601153203722
Binary111111011101110111011111011001001101110100001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,46,59); }

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

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

 a { background-color: rgb(31,46,59); }

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

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

 span { border-color: rgb(31,46,59); }

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