Html Css Color HEX #383429 Graphite

📋 copy color: '#383429'

red 56 ◦ green 52 ◦ blue 41

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

Shades of Graphite #383429

Tints of Graphite #383429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 27.52%

R = 37.58%
G = 34.9%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#383429 (or 0x383429) is known color: Graphite. HEX triplet: 38, 34 and 29. RGB value is (56,52,41). Sum of RGB (Red+Green+Blue) = 56+52+41=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #383429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383429 is #C7CBD6. Grayscale: #333333. Windows color (decimal): -13093847 or 2700344. OLE color: 2700344.

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

Color convert

RGB 56 52 41 -
CMYK 0 0.07 0.27 0.78
HSL 44º 0.15% 0.19% -
HSV(B) 44º 0.27% 0.22% -
XYZ 3.26 3.46 2.59 -
YUV 51.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 56 52 41 0 0.07 0.27 0.78 44 0.15 0.19
Hex 38 34 29 0 7 1B 4E 2C F 13
Octal 70 64 51 0 7 33 116 54 17 23
Binary 111000 110100 101001 0 111 11011 1001110 101100 1111 10011

Color Harmonies of #383429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383429

Black with #383429

Text Example


Text Example

White with #383429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383429; }

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

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

background-color css

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

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

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

border-color css

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

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

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