#1D313F

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

Shades of Tangaroa #1D313F

Tints of Tangaroa #1D313F

Color information

#1D313F (or 0x1D313F) is unknown color: approx Tangaroa. HEX triplet: 1D, 31 and 3F. RGB value is (29,49,63). Sum of RGB (Red+Green+Blue) = 29+49+63=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 63 (25% from 255 or 44.68% from 141); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D313F is #E2CEC0. Grayscale: #2C2C2C. Windows color (decimal): -14864065 or 4141341. OLE color: 4141341.

HSL color Cylindrical-coordinate representation of color #1D313F: hue angle of 204.71º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D313F is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB294963-
CMYK0.540.2200.75
HSL204.71º36.96%18.04%-
HSV(B)204.71º53.97%24.71%-
XYZ2.52.825.11-
YUV44.62138.37116.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.57%
GREEN value IS 49 (19.53% from 255) = 34.75%
BLUE value IS 63 (25% from 255) = 44.68%
R=20.57%
G=34.75%
B=44.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2949630.540.2200.75204.7136.9618.04
Hex1D313F361604Bcd2512
Octal356177662601133154522
Binary1110111000111111111011010110010010111100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,63); }

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

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

 a { background-color: rgb(29,49,63); }

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

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

 span { border-color: rgb(29,49,63); }

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