Html Css Color HEX #383632 Graphite

📋 copy color: '#383632'

red 56 ◦ green 54 ◦ blue 50

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

Shades of Graphite #383632

Tints of Graphite #383632

RGB

 RED value IS 56 (22.27% from 255) = 35%

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 35%
G = 33.75%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#383632 (or 0x383632) is known color: Graphite. HEX triplet: 38, 36 and 32. RGB value is (56,54,50). Sum of RGB (Red+Green+Blue) = 56+54+50=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383632 is #C7C9CD. Grayscale: #363636. Windows color (decimal): -13093326 or 3290680. OLE color: 3290680.

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

Color convert

RGB 56 54 50 -
CMYK 0 0.04 0.11 0.78
HSL 40º 0.06% 0.21% -
HSV(B) 40º 0.11% 0.22% -
XYZ 3.53 3.71 3.55 -
YUV 54.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 56 54 50 0 0.04 0.11 0.78 40 0.06 0.21
Hex 38 36 32 0 4 B 4E 28 6 15
Octal 70 66 62 0 4 13 116 50 6 25
Binary 111000 110110 110010 0 100 1011 1001110 101000 110 10101

Color Harmonies of #383632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383632

Black with #383632

Text Example


Text Example

White with #383632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383632; }

 p { color: rgb(56,54,50); }

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

background-color css

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

 a { background-color: rgb(56,54,50); }

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

border-color css

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

 span { border-color: rgb(56,54,50); }

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