Html Css Color HEX #3B3933 Graphite

📋 copy color: '#3B3933'

red 59 ◦ green 57 ◦ blue 51

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

Shades of Graphite #3B3933

Tints of Graphite #3B3933

RGB

 RED value IS 59 (23.44% from 255) = 35.33%

 GREEN value IS 57 (22.66% from 255) = 34.13%

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 35.33%
G = 34.13%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#3B3933 (or 0x3B3933) is known color: Graphite. HEX triplet: 3B, 39 and 33. RGB value is (59,57,51). Sum of RGB (Red+Green+Blue) = 59+57+51=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3933 is #C4C6CC. Grayscale: #383838. Windows color (decimal): -12895949 or 3356987. OLE color: 3356987.

HSL color Cylindrical-coordinate representation of color #3B3933: hue angle of 45º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B3933 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 57 51 -
CMYK 0 0.03 0.14 0.77
HSL 45º 0.07% 0.22% -
HSV(B) 45º 0.14% 0.23% -
XYZ 3.86 4.1 3.72 -
YUV 56.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 59 57 51 0 0.03 0.14 0.77 45 0.07 0.22
Hex 3B 39 33 0 3 E 4D 2D 7 16
Octal 73 71 63 0 3 16 115 55 7 26
Binary 111011 111001 110011 0 11 1110 1001101 101101 111 10110

Color Harmonies of #3B3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3933

Black with #3B3933

Text Example


Text Example

White with #3B3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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