Html Css Color HEX #41373D Barossa

📋 copy color: '#41373D'

red 65 ◦ green 55 ◦ blue 61

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

Shades of Barossa #41373D

Tints of Barossa #41373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.7%

R = 35.91%
G = 30.39%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41373D (or 0x41373D) is known color: Barossa. HEX triplet: 41, 37 and 3D. RGB value is (65,55,61). Sum of RGB (Red+Green+Blue) = 65+55+61=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 65 - color contains mainly: red. Hex color #41373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373D is #BEC8C2. Grayscale: #3A3A3A. Windows color (decimal): -12503235 or 4011841. OLE color: 4011841.

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

Color convert

RGB 65 55 61 -
CMYK 0 0.15 0.06 0.75
HSL 324º 0.08% 0.24% -
HSV(B) 324º 0.15% 0.25% -
XYZ 4.39 4.19 4.99 -
YUV 58.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 65 55 61 0 0.15 0.06 0.75 324 0.08 0.24
Hex 41 37 3D 0 F 6 4B 144 8 18
Octal 101 67 75 0 17 6 113 504 10 30
Binary 1000001 110111 111101 0 1111 110 1001011 101000100 1000 11000

Color Harmonies of #41373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41373D

Black with #41373D

Text Example


Text Example

White with #41373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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