Html Css Color HEX #38341F Graphite

📋 copy color: '#38341F'

red 56 ◦ green 52 ◦ blue 31

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

Shades of Graphite #38341F

Tints of Graphite #38341F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.3%

R = 40.29%
G = 37.41%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38341F (or 0x38341F) is known color: Graphite. HEX triplet: 38, 34 and 1F. RGB value is (56,52,31). Sum of RGB (Red+Green+Blue) = 56+52+31=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38341F is #C7CBE0. Grayscale: #323232. Windows color (decimal): -13093857 or 2044984. OLE color: 2044984.

HSL color Cylindrical-coordinate representation of color #38341F: hue angle of 50.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #38341F is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 31 -
CMYK 0 0.07 0.45 0.78
HSL 50.4º 0.29% 0.17% -
HSV(B) 50.4º 0.45% 0.22% -
XYZ 3.11 3.4 1.79 -
YUV 50.8 116.83 131.71 -
System Red Green Blue C M Y K H S L
Decimal 56 52 31 0 0.07 0.45 0.78 50.4 0.29 0.17
Hex 38 34 1F 0 7 2D 4E 32 1D 11
Octal 70 64 37 0 7 55 116 62 35 21
Binary 111000 110100 11111 0 111 101101 1001110 110010 11101 10001

Color Harmonies of #38341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38341F

Black with #38341F

Text Example


Text Example

White with #38341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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