Html Css Color HEX #294139 Burnham

📋 copy color: '#294139'

red 41 ◦ green 65 ◦ blue 57

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

Shades of Burnham #294139

Tints of Burnham #294139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 34.97%

R = 25.15%
G = 39.88%
B = 34.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#294139 (or 0x294139) is known color: Burnham. HEX triplet: 29, 41 and 39. RGB value is (41,65,57). Sum of RGB (Red+Green+Blue) = 41+65+57=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #294139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294139 is #D6BEC6. Grayscale: #383838. Windows color (decimal): -14073543 or 3752233. OLE color: 3752233.

HSL color Cylindrical-coordinate representation of color #294139: hue angle of 160º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #294139 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 57 -
CMYK 0.37 0 0.12 0.75
HSL 160º 0.23% 0.21% -
HSV(B) 160º 0.37% 0.25% -
XYZ 3.54 4.55 4.56 -
YUV 56.91 128.05 116.65 -
System Red Green Blue C M Y K H S L
Decimal 41 65 57 0.37 0 0.12 0.75 160 0.23 0.21
Hex 29 41 39 25 0 C 4B A0 17 15
Octal 51 101 71 45 0 14 113 240 27 25
Binary 101001 1000001 111001 100101 0 1100 1001011 10100000 10111 10101

Color Harmonies of #294139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294139

Black with #294139

Text Example


Text Example

White with #294139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294139; }

 p { color: rgb(41,65,57); }

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

background-color css

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

 a { background-color: rgb(41,65,57); }

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

border-color css

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

 span { border-color: rgb(41,65,57); }

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