#373335

Color #373335 Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #373335

Tints of Barossa #373335

Color information

#373335 (or 0x373335) is unknown color: approx Barossa. HEX triplet: 37, 33 and 35. RGB value is (55,51,53). Sum of RGB (Red+Green+Blue) = 55+51+53=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 55 - color contains mainly: red. Hex color #373335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373335 is #C8CCCA. Grayscale: #343434. Windows color (decimal): -13159627 or 3486519. OLE color: 3486519.

HSL color Cylindrical-coordinate representation of color #373335: hue angle of 330º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #373335 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB555153-
CMYK00.070.040.78
HSL330º3.77%20.78%-
HSV(B)330º7.27%21.57%-
XYZ3.43.443.85-
YUV52.42128.33129.84-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 34.59%
GREEN value IS 51 (20.31% from 255) = 32.08%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=34.59%
G=32.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55515300.070.040.783303.7720.78
Hex3733350744E14a415
Octal676365074116512425
Binary1101111100111101010111100100111010100101010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373335; }

 p { color: rgb(55,51,53); }

 H1.HeaderClassName
 {
   color: #373335;
 }
 .AnyTagClassName
 {
   color: #373335;
 }
</style>
background-color css

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

 a { background-color: rgb(55,51,53); }

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

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

 span { border-color: rgb(55,51,53); }

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