Html Css Color HEX #38351F Graphite

📋 copy color: '#38351F'

red 56 ◦ green 53 ◦ blue 31

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

Shades of Graphite #38351F

Tints of Graphite #38351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

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

R = 40%
G = 37.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#38351F (or 0x38351F) is known color: Graphite. HEX triplet: 38, 35 and 1F. RGB value is (56,53,31). Sum of RGB (Red+Green+Blue) = 56+53+31=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 56 - color contains mainly: red. Hex color #38351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351F is #C7CAE0. Grayscale: #333333. Windows color (decimal): -13093601 or 2045240. OLE color: 2045240.

HSL color Cylindrical-coordinate representation of color #38351F: hue angle of 52.8º 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 #38351F is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 31 -
CMYK 0 0.05 0.45 0.78
HSL 52.8º 0.29% 0.17% -
HSV(B) 52.8º 0.45% 0.22% -
XYZ 3.15 3.49 1.8 -
YUV 51.39 116.49 131.29 -
System Red Green Blue C M Y K H S L
Decimal 56 53 31 0 0.05 0.45 0.78 52.8 0.29 0.17
Hex 38 35 1F 0 5 2D 4E 35 1D 11
Octal 70 65 37 0 5 55 116 65 35 21
Binary 111000 110101 11111 0 101 101101 1001110 110101 11101 10001

Color Harmonies of #38351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38351F

Black with #38351F

Text Example


Text Example

White with #38351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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