Html Css Color HEX #38341C Graphite

📋 copy color: '#38341C'

red 56 ◦ green 52 ◦ blue 28

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

Shades of Graphite #38341C

Tints of Graphite #38341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 41.18%
G = 38.24%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38341C (or 0x38341C) is known color: Graphite. HEX triplet: 38, 34 and 1C. RGB value is (56,52,28). Sum of RGB (Red+Green+Blue) = 56+52+28=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38341C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38341C is #C7CBE3. Grayscale: #323232. Windows color (decimal): -13093860 or 1848376. OLE color: 1848376.

HSL color Cylindrical-coordinate representation of color #38341C: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38341C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 28 -
CMYK 0 0.07 0.50 0.78
HSL 51.43º 0.33% 0.16% -
HSV(B) 51.43º 0.5% 0.22% -
XYZ 3.07 3.38 1.59 -
YUV 50.46 115.33 131.95 -
System Red Green Blue C M Y K H S L
Decimal 56 52 28 0 0.07 0.50 0.78 51.43 0.33 0.16
Hex 38 34 1C 0 7 32 4E 33 21 10
Octal 70 64 34 0 7 62 116 63 41 20
Binary 111000 110100 11100 0 111 110010 1001110 110011 100001 10000

Color Harmonies of #38341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38341C

Black with #38341C

Text Example


Text Example

White with #38341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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