Html Css Color HEX #1D4140 Tiber

📋 copy color: '#1D4140'

red 29 ◦ green 65 ◦ blue 64

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

Shades of Tiber #1D4140

Tints of Tiber #1D4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.14%

 BLUE value IS 64 (25.39% from 255) = 40.51%

R = 18.35%
G = 41.14%
B = 40.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#1D4140 (or 0x1D4140) is known color: Tiber. HEX triplet: 1D, 41 and 40. RGB value is (29,65,64). Sum of RGB (Red+Green+Blue) = 29+65+64=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4140 is #E2BEBF. Grayscale: #363636. Windows color (decimal): -14859968 or 4210973. OLE color: 4210973.

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

Color convert

RGB 29 65 64 -
CMYK 0.55 0 0.02 0.75
HSL 178.33º 0.38% 0.18% -
HSV(B) 178.33º 0.55% 0.25% -
XYZ 3.32 4.41 5.53 -
YUV 54.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 29 65 64 0.55 0 0.02 0.75 178.33 0.38 0.18
Hex 1D 41 40 37 0 2 4B B2 26 12
Octal 35 101 100 67 0 2 113 262 46 22
Binary 11101 1000001 1000000 110111 0 10 1001011 10110010 100110 10010

Color Harmonies of #1D4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4140

Black with #1D4140

Text Example


Text Example

White with #1D4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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