Html Css Color HEX #40373A Barossa

📋 copy color: '#40373A'

red 64 ◦ green 55 ◦ blue 58

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

Shades of Barossa #40373A

Tints of Barossa #40373A

RGB

 RED value IS 64 (25.39% from 255) = 36.16%

 GREEN value IS 55 (21.88% from 255) = 31.07%

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

R = 36.16%
G = 31.07%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40373A (or 0x40373A) is known color: Barossa. HEX triplet: 40, 37 and 3A. RGB value is (64,55,58). Sum of RGB (Red+Green+Blue) = 64+55+58=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373A is #BFC8C5. Grayscale: #3A3A3A. Windows color (decimal): -12568774 or 3815232. OLE color: 3815232.

HSL color Cylindrical-coordinate representation of color #40373A: hue angle of 340º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #40373A is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 58 -
CMYK 0 0.14 0.09 0.75
HSL 340º 0.08% 0.23% -
HSV(B) 340º 0.14% 0.25% -
XYZ 4.24 4.13 4.58 -
YUV 58.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 64 55 58 0 0.14 0.09 0.75 340 0.08 0.23
Hex 40 37 3A 0 E 9 4B 154 8 17
Octal 100 67 72 0 16 11 113 524 10 27
Binary 1000000 110111 111010 0 1110 1001 1001011 101010100 1000 10111

Color Harmonies of #40373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40373A

Black with #40373A

Text Example


Text Example

White with #40373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,55,58); }

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

background-color css

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

 a { background-color: rgb(64,55,58); }

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

border-color css

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

 span { border-color: rgb(64,55,58); }

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