Html Css Color HEX #1D313E Tangaroa

📋 copy color: '#1D313E'

red 29 ◦ green 49 ◦ blue 62

#1D313E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #1D313E

Tints of Tangaroa #1D313E

RGB

 RED value IS 29 (11.72% from 255) = 20.71%

 GREEN value IS 49 (19.53% from 255) = 35%

 BLUE value IS 62 (24.61% from 255) = 44.29%

R = 20.71%
G = 35%
B = 44.29%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D313E (or 0x1D313E) is known color: Tangaroa. HEX triplet: 1D, 31 and 3E. RGB value is (29,49,62). Sum of RGB (Red+Green+Blue) = 29+49+62=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D313E is #E2CEC1. Grayscale: #2C2C2C. Windows color (decimal): -14864066 or 4075805. OLE color: 4075805.

HSL color Cylindrical-coordinate representation of color #1D313E: hue angle of 203.64º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1D313E is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 29 49 62 -
CMYK 0.53 0.21 0 0.76
HSL 203.64º 0.36% 0.18% -
HSV(B) 203.64º 0.53% 0.24% -
XYZ 2.47 2.81 4.97 -
YUV 44.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 29 49 62 0.53 0.21 0 0.76 203.64 0.36 0.18
Hex 1D 31 3E 35 15 0 4C CC 24 12
Octal 35 61 76 65 25 0 114 314 44 22
Binary 11101 110001 111110 110101 10101 0 1001100 11001100 100100 10010

Color Harmonies of #1D313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D313E

Black with #1D313E

Text Example


Text Example

White with #1D313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D313E;
 }
 .AnyTagClassName
 {
   color: #1D313E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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