Html Css Color HEX #41333B Barossa

📋 copy color: '#41333B'

red 65 ◦ green 51 ◦ blue 59

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

Shades of Barossa #41333B

Tints of Barossa #41333B

RGB

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

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

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

R = 37.14%
G = 29.14%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41333B (or 0x41333B) is known color: Barossa. HEX triplet: 41, 33 and 3B. RGB value is (65,51,59). Sum of RGB (Red+Green+Blue) = 65+51+59=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #41333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41333B is #BECCC4. Grayscale: #383838. Windows color (decimal): -12504261 or 3879745. OLE color: 3879745.

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

Color convert

RGB 65 51 59 -
CMYK 0 0.22 0.09 0.75
HSL 325.71º 0.12% 0.23% -
HSV(B) 325.71º 0.22% 0.25% -
XYZ 4.15 3.81 4.65 -
YUV 56.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 65 51 59 0 0.22 0.09 0.75 325.71 0.12 0.23
Hex 41 33 3B 0 16 9 4B 146 C 17
Octal 101 63 73 0 26 11 113 506 14 27
Binary 1000001 110011 111011 0 10110 1001 1001011 101000110 1100 10111

Color Harmonies of #41333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41333B

Black with #41333B

Text Example


Text Example

White with #41333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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