Html Css Color HEX #41333A Barossa

📋 copy color: '#41333A'

red 65 ◦ green 51 ◦ blue 58

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

Shades of Barossa #41333A

Tints of Barossa #41333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 37.36%
G = 29.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41333A (or 0x41333A) is known color: Barossa. HEX triplet: 41, 33 and 3A. RGB value is (65,51,58). Sum of RGB (Red+Green+Blue) = 65+51+58=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41333A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333A is #BECCC5. Grayscale: #373737. Windows color (decimal): -12504262 or 3814209. OLE color: 3814209.

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

Color convert

RGB 65 51 58 -
CMYK 0 0.22 0.11 0.75
HSL 330º 0.12% 0.23% -
HSV(B) 330º 0.22% 0.25% -
XYZ 4.13 3.8 4.52 -
YUV 55.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 65 51 58 0 0.22 0.11 0.75 330 0.12 0.23
Hex 41 33 3A 0 16 B 4B 14A C 17
Octal 101 63 72 0 26 13 113 512 14 27
Binary 1000001 110011 111010 0 10110 1011 1001011 101001010 1100 10111

Color Harmonies of #41333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41333A

Black with #41333A

Text Example


Text Example

White with #41333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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