Html Css Color HEX #41313A Barossa

📋 copy color: '#41313A'

red 65 ◦ green 49 ◦ blue 58

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

Shades of Barossa #41313A

Tints of Barossa #41313A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 37.79%
G = 28.49%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41313A (or 0x41313A) is known color: Barossa. HEX triplet: 41, 31 and 3A. RGB value is (65,49,58). Sum of RGB (Red+Green+Blue) = 65+49+58=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #41313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313A is #BECEC5. Grayscale: #363636. Windows color (decimal): -12504774 or 3813697. OLE color: 3813697.

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

Color convert

RGB 65 49 58 -
CMYK 0 0.25 0.11 0.75
HSL 326.25º 0.14% 0.22% -
HSV(B) 326.25º 0.25% 0.25% -
XYZ 4.04 3.63 4.49 -
YUV 54.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 65 49 58 0 0.25 0.11 0.75 326.25 0.14 0.22
Hex 41 31 3A 0 19 B 4B 146 E 16
Octal 101 61 72 0 31 13 113 506 16 26
Binary 1000001 110001 111010 0 11001 1011 1001011 101000110 1110 10110

Color Harmonies of #41313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41313A

Black with #41313A

Text Example


Text Example

White with #41313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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