Html Css Color HEX #40393C Barossa

📋 copy color: '#40393C'

red 64 ◦ green 57 ◦ blue 60

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

Shades of Barossa #40393C

Tints of Barossa #40393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

 BLUE value IS 60 (23.83% from 255) = 33.15%

R = 35.36%
G = 31.49%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40393C (or 0x40393C) is known color: Barossa. HEX triplet: 40, 39 and 3C. RGB value is (64,57,60). Sum of RGB (Red+Green+Blue) = 64+57+60=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 64 - color contains mainly: red. Hex color #40393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393C is #BFC6C3. Grayscale: #3B3B3B. Windows color (decimal): -12568260 or 3946816. OLE color: 3946816.

HSL color Cylindrical-coordinate representation of color #40393C: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40393C is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 57 60 -
CMYK 0 0.11 0.06 0.75
HSL 334.29º 0.06% 0.24% -
HSV(B) 334.29º 0.11% 0.25% -
XYZ 4.39 4.34 4.88 -
YUV 59.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 64 57 60 0 0.11 0.06 0.75 334.29 0.06 0.24
Hex 40 39 3C 0 B 6 4B 14E 6 18
Octal 100 71 74 0 13 6 113 516 6 30
Binary 1000000 111001 111100 0 1011 110 1001011 101001110 110 11000

Color Harmonies of #40393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40393C

Black with #40393C

Text Example


Text Example

White with #40393C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40393C; }

 p { color: rgb(64,57,60); }

 H1.HeaderClassName
 {
   color: #40393C;
 }
 .AnyTagClassName
 {
   color: #40393C;
 }
</style>

background-color css

<style>
 a { background-color: #40393C; }

 a { background-color: rgb(64,57,60); }

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

border-color css

<style>
 span { border-color: #40393C; }

 span { border-color: rgb(64,57,60); }

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