Html Css Color HEX #41313B Barossa

📋 copy color: '#41313B'

red 65 ◦ green 49 ◦ blue 59

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

Shades of Barossa #41313B

Tints of Barossa #41313B

RGB

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

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

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

R = 37.57%
G = 28.32%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41313B (or 0x41313B) is known color: Barossa. HEX triplet: 41, 31 and 3B. RGB value is (65,49,59). Sum of RGB (Red+Green+Blue) = 65+49+59=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #41313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313B is #BECEC4. Grayscale: #363636. Windows color (decimal): -12504773 or 3879233. OLE color: 3879233.

HSL color Cylindrical-coordinate representation of color #41313B: hue angle of 322.5º 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 #41313B is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 59 -
CMYK 0 0.25 0.09 0.75
HSL 322.5º 0.14% 0.22% -
HSV(B) 322.5º 0.25% 0.25% -
XYZ 4.07 3.64 4.63 -
YUV 54.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 65 49 59 0 0.25 0.09 0.75 322.5 0.14 0.22
Hex 41 31 3B 0 19 9 4B 142 E 16
Octal 101 61 73 0 31 11 113 502 16 26
Binary 1000001 110001 111011 0 11001 1001 1001011 101000010 1110 10110

Color Harmonies of #41313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41313B

Black with #41313B

Text Example


Text Example

White with #41313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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