Html Css Color HEX #40333A Barossa

📋 copy color: '#40333A'

red 64 ◦ green 51 ◦ blue 58

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

Shades of Barossa #40333A

Tints of Barossa #40333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

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

R = 36.99%
G = 29.48%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#40333A (or 0x40333A) is known color: Barossa. HEX triplet: 40, 33 and 3A. RGB value is (64,51,58). Sum of RGB (Red+Green+Blue) = 64+51+58=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #40333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40333A is #BFCCC5. Grayscale: #373737. Windows color (decimal): -12569798 or 3814208. OLE color: 3814208.

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

Color convert

RGB 64 51 58 -
CMYK 0 0.20 0.09 0.75
HSL 327.69º 0.11% 0.23% -
HSV(B) 327.69º 0.2% 0.25% -
XYZ 4.06 3.76 4.52 -
YUV 55.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 64 51 58 0 0.20 0.09 0.75 327.69 0.11 0.23
Hex 40 33 3A 0 14 9 4B 148 B 17
Octal 100 63 72 0 24 11 113 510 13 27
Binary 1000000 110011 111010 0 10100 1001 1001011 101001000 1011 10111

Color Harmonies of #40333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40333A

Black with #40333A

Text Example


Text Example

White with #40333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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