Html Css Color HEX #29443A Burnham

📋 copy color: '#29443A'

red 41 ◦ green 68 ◦ blue 58

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

Shades of Burnham #29443A

Tints of Burnham #29443A

RGB

 RED value IS 41 (16.41% from 255) = 24.55%

 GREEN value IS 68 (26.95% from 255) = 40.72%

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 24.55%
G = 40.72%
B = 34.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#29443A (or 0x29443A) is known color: Burnham. HEX triplet: 29, 44 and 3A. RGB value is (41,68,58). Sum of RGB (Red+Green+Blue) = 41+68+58=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 68 - color contains mainly: green. Hex color #29443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29443A is #D6BBC5. Grayscale: #3A3A3A. Windows color (decimal): -14072774 or 3818537. OLE color: 3818537.

HSL color Cylindrical-coordinate representation of color #29443A: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #29443A is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 41 68 58 -
CMYK 0.40 0 0.15 0.73
HSL 157.78º 0.25% 0.21% -
HSV(B) 157.78º 0.4% 0.27% -
XYZ 3.75 4.91 4.75 -
YUV 58.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 41 68 58 0.40 0 0.15 0.73 157.78 0.25 0.21
Hex 29 44 3A 28 0 F 49 9E 19 15
Octal 51 104 72 50 0 17 111 236 31 25
Binary 101001 1000100 111010 101000 0 1111 1001001 10011110 11001 10101

Color Harmonies of #29443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29443A

Black with #29443A

Text Example


Text Example

White with #29443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29443A; }

 p { color: rgb(41,68,58); }

 H1.HeaderClassName
 {
   color: #29443A;
 }
 .AnyTagClassName
 {
   color: #29443A;
 }
</style>

background-color css

<style>
 a { background-color: #29443A; }

 a { background-color: rgb(41,68,58); }

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

border-color css

<style>
 span { border-color: #29443A; }

 span { border-color: rgb(41,68,58); }

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