Html Css Color HEX #373834 Zeus

📋 copy color: '#373834'

red 55 ◦ green 56 ◦ blue 52

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

Shades of Zeus #373834

Tints of Zeus #373834

RGB

 RED value IS 55 (21.88% from 255) = 33.74%

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 52 (20.7% from 255) = 31.9%

R = 33.74%
G = 34.36%
B = 31.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#373834 (or 0x373834) is known color: Zeus. HEX triplet: 37, 38 and 34. RGB value is (55,56,52). Sum of RGB (Red+Green+Blue) = 55+56+52=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 56 - color contains mainly: green. Hex color #373834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373834 is #C8C7CB. Grayscale: #373737. Windows color (decimal): -13158348 or 3422263. OLE color: 3422263.

HSL color Cylindrical-coordinate representation of color #373834: hue angle of 75º 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 #373834 is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 56 52 -
CMYK 0.02 0 0.07 0.78
HSL 75º 0.04% 0.21% -
HSV(B) 75º 0.07% 0.22% -
XYZ 3.61 3.89 3.81 -
YUV 55.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 55 56 52 0.02 0 0.07 0.78 75 0.04 0.21
Hex 37 38 34 2 0 7 4E 4B 4 15
Octal 67 70 64 2 0 7 116 113 4 25
Binary 110111 111000 110100 10 0 111 1001110 1001011 100 10101

Color Harmonies of #373834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373834

Black with #373834

Text Example


Text Example

White with #373834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373834; }

 p { color: rgb(55,56,52); }

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

background-color css

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

 a { background-color: rgb(55,56,52); }

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

border-color css

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

 span { border-color: rgb(55,56,52); }

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