Html Css Color HEX #40373B Barossa

📋 copy color: '#40373B'

red 64 ◦ green 55 ◦ blue 59

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

Shades of Barossa #40373B

Tints of Barossa #40373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.15%

R = 35.96%
G = 30.9%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40373B (or 0x40373B) is known color: Barossa. HEX triplet: 40, 37 and 3B. RGB value is (64,55,59). Sum of RGB (Red+Green+Blue) = 64+55+59=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40373B is #BFC8C4. Grayscale: #3A3A3A. Windows color (decimal): -12568773 or 3880768. OLE color: 3880768.

HSL color Cylindrical-coordinate representation of color #40373B: hue angle of 333.33º 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 #40373B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 55 59 -
CMYK 0 0.14 0.08 0.75
HSL 333.33º 0.08% 0.23% -
HSV(B) 333.33º 0.14% 0.25% -
XYZ 4.27 4.14 4.71 -
YUV 58.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 64 55 59 0 0.14 0.08 0.75 333.33 0.08 0.23
Hex 40 37 3B 0 E 8 4B 14D 8 17
Octal 100 67 73 0 16 10 113 515 10 27
Binary 1000000 110111 111011 0 1110 1000 1001011 101001101 1000 10111

Color Harmonies of #40373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40373B

Black with #40373B

Text Example


Text Example

White with #40373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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