Html Css Color HEX #41353A Barossa

📋 copy color: '#41353A'

red 65 ◦ green 53 ◦ blue 58

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

Shades of Barossa #41353A

Tints of Barossa #41353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.11%

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

R = 36.93%
G = 30.11%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41353A (or 0x41353A) is known color: Barossa. HEX triplet: 41, 35 and 3A. RGB value is (65,53,58). Sum of RGB (Red+Green+Blue) = 65+53+58=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 58 (23.05% from 255 or 32.95% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353A is #BECAC5. Grayscale: #393939. Windows color (decimal): -12503750 or 3814721. OLE color: 3814721.

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

Color convert

RGB 65 53 58 -
CMYK 0 0.18 0.11 0.75
HSL 335º 0.1% 0.23% -
HSV(B) 335º 0.18% 0.25% -
XYZ 4.22 3.98 4.55 -
YUV 57.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 65 53 58 0 0.18 0.11 0.75 335 0.1 0.23
Hex 41 35 3A 0 12 B 4B 14F A 17
Octal 101 65 72 0 22 13 113 517 12 27
Binary 1000001 110101 111010 0 10010 1011 1001011 101001111 1010 10111

Color Harmonies of #41353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41353A

Black with #41353A

Text Example


Text Example

White with #41353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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