#1F2E3A

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

Shades of Tangaroa #1F2E3A

Tints of Tangaroa #1F2E3A

Color information

#1F2E3A (or 0x1F2E3A) is unknown color: approx Tangaroa. HEX triplet: 1F, 2E and 3A. RGB value is (31,46,58). Sum of RGB (Red+Green+Blue) = 31+46+58=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F2E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E3A is #E0D1C5. Grayscale: #2A2A2A. Windows color (decimal): -14733766 or 3812895. OLE color: 3812895.

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

Color convert

RGB314658-
CMYK0.470.2100.77
HSL206.67º30.34%17.45%-
HSV(B)206.67º46.55%22.75%-
XYZ2.312.554.37-
YUV42.88136.53119.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 22.96%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=22.96%
G=34.07%
B=42.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3146580.470.2100.77206.6730.3417.45
Hex1F2E3A2F1504Dcf1e11
Octal375672572501153173621
Binary111111011101110101011111010101001101110011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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