Html Css Color HEX #40353A Barossa

📋 copy color: '#40353A'

red 64 ◦ green 53 ◦ blue 58

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

Shades of Barossa #40353A

Tints of Barossa #40353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.29%

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

R = 36.57%
G = 30.29%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40353A (or 0x40353A) is known color: Barossa. HEX triplet: 40, 35 and 3A. RGB value is (64,53,58). Sum of RGB (Red+Green+Blue) = 64+53+58=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 64 - color contains mainly: red. Hex color #40353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40353A is #BFCAC5. Grayscale: #383838. Windows color (decimal): -12569286 or 3814720. OLE color: 3814720.

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

Color convert

RGB 64 53 58 -
CMYK 0 0.17 0.09 0.75
HSL 332.73º 0.09% 0.23% -
HSV(B) 332.73º 0.17% 0.25% -
XYZ 4.15 3.94 4.55 -
YUV 56.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 64 53 58 0 0.17 0.09 0.75 332.73 0.09 0.23
Hex 40 35 3A 0 11 9 4B 14D 9 17
Octal 100 65 72 0 21 11 113 515 11 27
Binary 1000000 110101 111010 0 10001 1001 1001011 101001101 1001 10111

Color Harmonies of #40353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40353A

Black with #40353A

Text Example


Text Example

White with #40353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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