Html Css Color HEX #383427 Graphite

📋 copy color: '#383427'

red 56 ◦ green 52 ◦ blue 39

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

Shades of Graphite #383427

Tints of Graphite #383427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26.53%

R = 38.1%
G = 35.37%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#383427 (or 0x383427) is known color: Graphite. HEX triplet: 38, 34 and 27. RGB value is (56,52,39). Sum of RGB (Red+Green+Blue) = 56+52+39=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #383427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383427 is #C7CBD8. Grayscale: #333333. Windows color (decimal): -13093849 or 2569272. OLE color: 2569272.

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

Color convert

RGB 56 52 39 -
CMYK 0 0.07 0.30 0.78
HSL 45.88º 0.18% 0.19% -
HSV(B) 45.88º 0.3% 0.22% -
XYZ 3.23 3.44 2.41 -
YUV 51.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 56 52 39 0 0.07 0.30 0.78 45.88 0.18 0.19
Hex 38 34 27 0 7 1E 4E 2E 12 13
Octal 70 64 47 0 7 36 116 56 22 23
Binary 111000 110100 100111 0 111 11110 1001110 101110 10010 10011

Color Harmonies of #383427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383427

Black with #383427

Text Example


Text Example

White with #383427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383427; }

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

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

background-color css

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

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

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

border-color css

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

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

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