#1D3141

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

Shades of Tangaroa #1D3141

Tints of Tangaroa #1D3141

Color information

#1D3141 (or 0x1D3141) is unknown color: approx Tangaroa. HEX triplet: 1D, 31 and 41. RGB value is (29,49,65). Sum of RGB (Red+Green+Blue) = 29+49+65=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3141 is #E2CEBE. Grayscale: #2C2C2C. Windows color (decimal): -14864063 or 4272413. OLE color: 4272413.

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

Color convert

RGB294965-
CMYK0.550.2500.75
HSL206.67º38.3%18.43%-
HSV(B)206.67º55.38%25.49%-
XYZ2.562.845.41-
YUV44.84139.37116.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=20.28%
G=34.27%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2949650.550.2500.75206.6738.318.43
Hex1D3141371904Bcf2612
Octal3561101673101133174622
Binary11101110001100000111011111001010010111100111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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