Html Css Color HEX #383121 Graphite

📋 copy color: '#383121'

red 56 ◦ green 49 ◦ blue 33

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

Shades of Graphite #383121

Tints of Graphite #383121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.51%

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

R = 40.58%
G = 35.51%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#383121 (or 0x383121) is known color: Graphite. HEX triplet: 38, 31 and 21. RGB value is (56,49,33). Sum of RGB (Red+Green+Blue) = 56+49+33=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #383121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383121 is #C7CEDE. Grayscale: #313131. Windows color (decimal): -13094623 or 2175288. OLE color: 2175288.

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

Color convert

RGB 56 49 33 -
CMYK 0 0.12 0.41 0.78
HSL 41.74º 0.26% 0.17% -
HSV(B) 41.74º 0.41% 0.22% -
XYZ 3 3.15 1.89 -
YUV 49.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 56 49 33 0 0.12 0.41 0.78 41.74 0.26 0.17
Hex 38 31 21 0 C 29 4E 2A 1A 11
Octal 70 61 41 0 14 51 116 52 32 21
Binary 111000 110001 100001 0 1100 101001 1001110 101010 11010 10001

Color Harmonies of #383121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383121

Black with #383121

Text Example


Text Example

White with #383121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383121; }

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

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

background-color css

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

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

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

border-color css

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

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

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