Html Css Color HEX #383732 Graphite

📋 copy color: '#383732'

red 56 ◦ green 55 ◦ blue 50

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

Shades of Graphite #383732

Tints of Graphite #383732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

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

R = 34.78%
G = 34.16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#383732 (or 0x383732) is known color: Graphite. HEX triplet: 38, 37 and 32. RGB value is (56,55,50). Sum of RGB (Red+Green+Blue) = 56+55+50=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383732 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383732 is #C7C8CD. Grayscale: #363636. Windows color (decimal): -13093070 or 3290936. OLE color: 3290936.

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

Color convert

RGB 56 55 50 -
CMYK 0 0.02 0.11 0.78
HSL 50º 0.06% 0.21% -
HSV(B) 50º 0.11% 0.22% -
XYZ 3.57 3.8 3.56 -
YUV 54.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 56 55 50 0 0.02 0.11 0.78 50 0.06 0.21
Hex 38 37 32 0 2 B 4E 32 6 15
Octal 70 67 62 0 2 13 116 62 6 25
Binary 111000 110111 110010 0 10 1011 1001110 110010 110 10101

Color Harmonies of #383732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383732

Black with #383732

Text Example


Text Example

White with #383732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383732; }

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

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

background-color css

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

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

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

border-color css

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

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

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