Html Css Color HEX #41373A Barossa

📋 copy color: '#41373A'

red 65 ◦ green 55 ◦ blue 58

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

Shades of Barossa #41373A

Tints of Barossa #41373A

RGB

 RED value IS 65 (25.78% from 255) = 36.52%

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 36.52%
G = 30.9%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41373A (or 0x41373A) is known color: Barossa. HEX triplet: 41, 37 and 3A. RGB value is (65,55,58). Sum of RGB (Red+Green+Blue) = 65+55+58=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373A is #BEC8C5. Grayscale: #3A3A3A. Windows color (decimal): -12503238 or 3815233. OLE color: 3815233.

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

Color convert

RGB 65 55 58 -
CMYK 0 0.15 0.11 0.75
HSL 342º 0.08% 0.24% -
HSV(B) 342º 0.15% 0.25% -
XYZ 4.31 4.16 4.58 -
YUV 58.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 65 55 58 0 0.15 0.11 0.75 342 0.08 0.24
Hex 41 37 3A 0 F B 4B 156 8 18
Octal 101 67 72 0 17 13 113 526 10 30
Binary 1000001 110111 111010 0 1111 1011 1001011 101010110 1000 11000

Color Harmonies of #41373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41373A

Black with #41373A

Text Example


Text Example

White with #41373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,55,58); }

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

background-color css

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

 a { background-color: rgb(65,55,58); }

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

border-color css

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

 span { border-color: rgb(65,55,58); }

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