Html Css Color HEX #373335 Barossa

📋 copy color: '#373335'

red 55 ◦ green 51 ◦ blue 53

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

Shades of Barossa #373335

Tints of Barossa #373335

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 value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#373335 (or 0x373335) is known color: 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

RGB 55 51 53 -
CMYK 0 0.07 0.04 0.78
HSL 330º 0.04% 0.21% -
HSV(B) 330º 0.07% 0.22% -
XYZ 3.4 3.44 3.85 -
YUV 52.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 55 51 53 0 0.07 0.04 0.78 330 0.04 0.21
Hex 37 33 35 0 7 4 4E 14A 4 15
Octal 67 63 65 0 7 4 116 512 4 25
Binary 110111 110011 110101 0 111 100 1001110 101001010 100 10101

Color Harmonies of #373335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373335

Black with #373335

Text Example


Text Example

White with #373335

Text Example


Text Example

HTML Codes & Css Web 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>