Html Css Color HEX #413338 Barossa

📋 copy color: '#413338'

red 65 ◦ green 51 ◦ blue 56

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

Shades of Barossa #413338

Tints of Barossa #413338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 32.56%

R = 37.79%
G = 29.65%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#413338 (or 0x413338) is known color: Barossa. HEX triplet: 41, 33 and 38. RGB value is (65,51,56). Sum of RGB (Red+Green+Blue) = 65+51+56=172 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.79% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 65 - color contains mainly: red. Hex color #413338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413338 is #BECCC7. Grayscale: #373737. Windows color (decimal): -12504264 or 3683137. OLE color: 3683137.

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

Color convert

RGB 65 51 56 -
CMYK 0 0.22 0.14 0.75
HSL 338.57º 0.12% 0.23% -
HSV(B) 338.57º 0.22% 0.25% -
XYZ 4.08 3.78 4.26 -
YUV 55.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 65 51 56 0 0.22 0.14 0.75 338.57 0.12 0.23
Hex 41 33 38 0 16 E 4B 153 C 17
Octal 101 63 70 0 26 16 113 523 14 27
Binary 1000001 110011 111000 0 10110 1110 1001011 101010011 1100 10111

Color Harmonies of #413338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413338

Black with #413338

Text Example


Text Example

White with #413338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413338; }

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

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

background-color css

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

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

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

border-color css

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

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

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