Html Css Color HEX #383426 Graphite

📋 copy color: '#383426'

red 56 ◦ green 52 ◦ blue 38

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

Shades of Graphite #383426

Tints of Graphite #383426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 26.03%

R = 38.36%
G = 35.62%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.78

RGB Variations

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

Color information

#383426 (or 0x383426) is known color: Graphite. HEX triplet: 38, 34 and 26. RGB value is (56,52,38). Sum of RGB (Red+Green+Blue) = 56+52+38=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #383426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383426 is #C7CBD9. Grayscale: #333333. Windows color (decimal): -13093850 or 2503736. OLE color: 2503736.

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

Color convert

RGB 56 52 38 -
CMYK 0 0.07 0.32 0.78
HSL 46.67º 0.19% 0.18% -
HSV(B) 46.67º 0.32% 0.22% -
XYZ 3.21 3.44 2.33 -
YUV 51.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 56 52 38 0 0.07 0.32 0.78 46.67 0.19 0.18
Hex 38 34 26 0 7 20 4E 2F 13 12
Octal 70 64 46 0 7 40 116 57 23 22
Binary 111000 110100 100110 0 111 100000 1001110 101111 10011 10010

Color Harmonies of #383426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383426

Black with #383426

Text Example


Text Example

White with #383426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383426; }

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

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

background-color css

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

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

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

border-color css

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

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

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