Html Css Color HEX #40363A Barossa

📋 copy color: '#40363A'

red 64 ◦ green 54 ◦ blue 58

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

Shades of Barossa #40363A

Tints of Barossa #40363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.68%

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

R = 36.36%
G = 30.68%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40363A (or 0x40363A) is known color: Barossa. HEX triplet: 40, 36 and 3A. RGB value is (64,54,58). Sum of RGB (Red+Green+Blue) = 64+54+58=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 64 - color contains mainly: red. Hex color #40363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363A is #BFC9C5. Grayscale: #393939. Windows color (decimal): -12569030 or 3814976. OLE color: 3814976.

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

Color convert

RGB 64 54 58 -
CMYK 0 0.16 0.09 0.75
HSL 336º 0.08% 0.23% -
HSV(B) 336º 0.16% 0.25% -
XYZ 4.2 4.03 4.56 -
YUV 57.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 64 54 58 0 0.16 0.09 0.75 336 0.08 0.23
Hex 40 36 3A 0 10 9 4B 150 8 17
Octal 100 66 72 0 20 11 113 520 10 27
Binary 1000000 110110 111010 0 10000 1001 1001011 101010000 1000 10111

Color Harmonies of #40363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40363A

Black with #40363A

Text Example


Text Example

White with #40363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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