Html Css Color HEX #383629 Graphite

📋 copy color: '#383629'

red 56 ◦ green 54 ◦ blue 41

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

Shades of Graphite #383629

Tints of Graphite #383629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.76%

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

R = 37.09%
G = 35.76%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#383629 (or 0x383629) is known color: Graphite. HEX triplet: 38, 36 and 29. RGB value is (56,54,41). Sum of RGB (Red+Green+Blue) = 56+54+41=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #383629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383629 is #C7C9D6. Grayscale: #353535. Windows color (decimal): -13093335 or 2700856. OLE color: 2700856.

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

Color convert

RGB 56 54 41 -
CMYK 0 0.04 0.27 0.78
HSL 52º 0.15% 0.19% -
HSV(B) 52º 0.27% 0.22% -
XYZ 3.35 3.64 2.62 -
YUV 53.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 56 54 41 0 0.04 0.27 0.78 52 0.15 0.19
Hex 38 36 29 0 4 1B 4E 34 F 13
Octal 70 66 51 0 4 33 116 64 17 23
Binary 111000 110110 101001 0 100 11011 1001110 110100 1111 10011

Color Harmonies of #383629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383629

Black with #383629

Text Example


Text Example

White with #383629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383629; }

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

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

background-color css

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

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

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

border-color css

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

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

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