Html Css Color HEX #40363B Barossa

📋 copy color: '#40363B'

red 64 ◦ green 54 ◦ blue 59

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

Shades of Barossa #40363B

Tints of Barossa #40363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 33.33%

R = 36.16%
G = 30.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#40363B (or 0x40363B) is known color: Barossa. HEX triplet: 40, 36 and 3B. RGB value is (64,54,59). Sum of RGB (Red+Green+Blue) = 64+54+59=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #40363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363B is #BFC9C4. Grayscale: #393939. Windows color (decimal): -12569029 or 3880512. OLE color: 3880512.

HSL color Cylindrical-coordinate representation of color #40363B: hue angle of 330º 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 #40363B is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 54 59 -
CMYK 0 0.16 0.08 0.75
HSL 330º 0.08% 0.23% -
HSV(B) 330º 0.16% 0.25% -
XYZ 4.22 4.04 4.7 -
YUV 57.56 128.81 132.59 -
System Red Green Blue C M Y K H S L
Decimal 64 54 59 0 0.16 0.08 0.75 330 0.08 0.23
Hex 40 36 3B 0 10 8 4B 14A 8 17
Octal 100 66 73 0 20 10 113 512 10 27
Binary 1000000 110110 111011 0 10000 1000 1001011 101001010 1000 10111

Color Harmonies of #40363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40363B

Black with #40363B

Text Example


Text Example

White with #40363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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