Html Css Color HEX #40343A Barossa

📋 copy color: '#40343A'

red 64 ◦ green 52 ◦ blue 58

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

Shades of Barossa #40343A

Tints of Barossa #40343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.89%

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

R = 36.78%
G = 29.89%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40343A (or 0x40343A) is known color: Barossa. HEX triplet: 40, 34 and 3A. RGB value is (64,52,58). Sum of RGB (Red+Green+Blue) = 64+52+58=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #40343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40343A is #BFCBC5. Grayscale: #383838. Windows color (decimal): -12569542 or 3814464. OLE color: 3814464.

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

Color convert

RGB 64 52 58 -
CMYK 0 0.19 0.09 0.75
HSL 330º 0.1% 0.23% -
HSV(B) 330º 0.19% 0.25% -
XYZ 4.11 3.85 4.53 -
YUV 56.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 64 52 58 0 0.19 0.09 0.75 330 0.1 0.23
Hex 40 34 3A 0 13 9 4B 14A A 17
Octal 100 64 72 0 23 11 113 512 12 27
Binary 1000000 110100 111010 0 10011 1001 1001011 101001010 1010 10111

Color Harmonies of #40343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40343A

Black with #40343A

Text Example


Text Example

White with #40343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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