Html Css Color HEX #38362F Graphite

📋 copy color: '#38362F'

red 56 ◦ green 54 ◦ blue 47

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

Shades of Graphite #38362F

Tints of Graphite #38362F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 35.67%
G = 34.39%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38362F (or 0x38362F) is known color: Graphite. HEX triplet: 38, 36 and 2F. RGB value is (56,54,47). Sum of RGB (Red+Green+Blue) = 56+54+47=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #38362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362F is #C7C9D0. Grayscale: #353535. Windows color (decimal): -13093329 or 3094072. OLE color: 3094072.

HSL color Cylindrical-coordinate representation of color #38362F: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #38362F is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 47 -
CMYK 0 0.04 0.16 0.78
HSL 46.67º 0.09% 0.2% -
HSV(B) 46.67º 0.16% 0.22% -
XYZ 3.46 3.68 3.22 -
YUV 53.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 56 54 47 0 0.04 0.16 0.78 46.67 0.09 0.2
Hex 38 36 2F 0 4 10 4E 2F 9 14
Octal 70 66 57 0 4 20 116 57 11 24
Binary 111000 110110 101111 0 100 10000 1001110 101111 1001 10100

Color Harmonies of #38362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38362F

Black with #38362F

Text Example


Text Example

White with #38362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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