Html Css Color HEX #40363C Barossa

📋 copy color: '#40363C'

red 64 ◦ green 54 ◦ blue 60

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

Shades of Barossa #40363C

Tints of Barossa #40363C

RGB

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

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

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

R = 35.96%
G = 30.34%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#40363C (or 0x40363C) is known color: Barossa. HEX triplet: 40, 36 and 3C. RGB value is (64,54,60). Sum of RGB (Red+Green+Blue) = 64+54+60=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #40363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40363C is #BFC9C3. Grayscale: #393939. Windows color (decimal): -12569028 or 3946048. OLE color: 3946048.

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

Color convert

RGB 64 54 60 -
CMYK 0 0.16 0.06 0.75
HSL 324º 0.08% 0.23% -
HSV(B) 324º 0.16% 0.25% -
XYZ 4.25 4.05 4.83 -
YUV 57.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 64 54 60 0 0.16 0.06 0.75 324 0.08 0.23
Hex 40 36 3C 0 10 6 4B 144 8 17
Octal 100 66 74 0 20 6 113 504 10 27
Binary 1000000 110110 111100 0 10000 110 1001011 101000100 1000 10111

Color Harmonies of #40363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40363C

Black with #40363C

Text Example


Text Example

White with #40363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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