Html Css Color HEX #41363B Barossa

📋 copy color: '#41363B'

red 65 ◦ green 54 ◦ blue 59

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

Shades of Barossa #41363B

Tints of Barossa #41363B

RGB

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

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

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

R = 36.52%
G = 30.34%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41363B (or 0x41363B) is known color: Barossa. HEX triplet: 41, 36 and 3B. RGB value is (65,54,59). Sum of RGB (Red+Green+Blue) = 65+54+59=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363B is #BEC9C4. Grayscale: #393939. Windows color (decimal): -12503493 or 3880513. OLE color: 3880513.

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

Color convert

RGB 65 54 59 -
CMYK 0 0.17 0.09 0.75
HSL 332.73º 0.09% 0.23% -
HSV(B) 332.73º 0.17% 0.25% -
XYZ 4.29 4.08 4.7 -
YUV 57.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 65 54 59 0 0.17 0.09 0.75 332.73 0.09 0.23
Hex 41 36 3B 0 11 9 4B 14D 9 17
Octal 101 66 73 0 21 11 113 515 11 27
Binary 1000001 110110 111011 0 10001 1001 1001011 101001101 1001 10111

Color Harmonies of #41363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41363B

Black with #41363B

Text Example


Text Example

White with #41363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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