Html Css Color HEX #383421 Graphite

📋 copy color: '#383421'

red 56 ◦ green 52 ◦ blue 33

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

Shades of Graphite #383421

Tints of Graphite #383421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

 BLUE value IS 33 (13.28% from 255) = 23.4%

R = 39.72%
G = 36.88%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#383421 (or 0x383421) is known color: Graphite. HEX triplet: 38, 34 and 21. RGB value is (56,52,33). Sum of RGB (Red+Green+Blue) = 56+52+33=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #383421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383421 is #C7CBDE. Grayscale: #333333. Windows color (decimal): -13093855 or 2176056. OLE color: 2176056.

HSL color Cylindrical-coordinate representation of color #383421: hue angle of 49.57º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #383421 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 33 -
CMYK 0 0.07 0.41 0.78
HSL 49.57º 0.26% 0.17% -
HSV(B) 49.57º 0.41% 0.22% -
XYZ 3.13 3.41 1.93 -
YUV 51.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 56 52 33 0 0.07 0.41 0.78 49.57 0.26 0.17
Hex 38 34 21 0 7 29 4E 32 1A 11
Octal 70 64 41 0 7 51 116 62 32 21
Binary 111000 110100 100001 0 111 101001 1001110 110010 11010 10001

Color Harmonies of #383421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383421

Black with #383421

Text Example


Text Example

White with #383421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383421; }

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

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

background-color css

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

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

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

border-color css

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

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

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