Html Css Color HEX #1D3C47 Tarawera

📋 copy color: '#1D3C47'

red 29 ◦ green 60 ◦ blue 71

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

Shades of Tarawera #1D3C47

Tints of Tarawera #1D3C47

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.5%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 18.13%
G = 37.5%
B = 44.38%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D3C47 (or 0x1D3C47) is known color: Tarawera. HEX triplet: 1D, 3C and 47. RGB value is (29,60,71). Sum of RGB (Red+Green+Blue) = 29+60+71=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C47 is #E2C3B8. Grayscale: #333333. Windows color (decimal): -14861241 or 4668445. OLE color: 4668445.

HSL color Cylindrical-coordinate representation of color #1D3C47: hue angle of 195.71º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3C47 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 60 71 -
CMYK 0.59 0.15 0 0.72
HSL 195.71º 0.42% 0.2% -
HSV(B) 195.71º 0.59% 0.28% -
XYZ 3.26 3.95 6.55 -
YUV 51.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 29 60 71 0.59 0.15 0 0.72 195.71 0.42 0.2
Hex 1D 3C 47 3B F 0 48 C4 2A 14
Octal 35 74 107 73 17 0 110 304 52 24
Binary 11101 111100 1000111 111011 1111 0 1001000 11000100 101010 10100

Color Harmonies of #1D3C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3C47

Black with #1D3C47

Text Example


Text Example

White with #1D3C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,60,71); }

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

background-color css

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

 a { background-color: rgb(29,60,71); }

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

border-color css

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

 span { border-color: rgb(29,60,71); }

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