#1D303F

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

Shades of Tangaroa #1D303F

Tints of Tangaroa #1D303F

Color information

#1D303F (or 0x1D303F) is unknown color: approx Tangaroa. HEX triplet: 1D, 30 and 3F. RGB value is (29,48,63). Sum of RGB (Red+Green+Blue) = 29+48+63=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D303F is #E2CFC0. Grayscale: #2B2B2B. Windows color (decimal): -14864321 or 4141085. OLE color: 4141085.

HSL color Cylindrical-coordinate representation of color #1D303F: hue angle of 206.47º 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 #1D303F is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB294863-
CMYK0.540.2400.75
HSL206.47º36.96%18.04%-
HSV(B)206.47º53.97%24.71%-
XYZ2.462.735.1-
YUV44.03138.71117.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 63 (25% from 255) = 45%
R=20.71%
G=34.29%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2948630.540.2400.75206.4736.9618.04
Hex1D303F361804Bce2512
Octal356077663001133164522
Binary1110111000011111111011011000010010111100111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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