Html Css Color HEX #38352E Graphite

📋 copy color: '#38352E'

red 56 ◦ green 53 ◦ blue 46

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

Shades of Graphite #38352E

Tints of Graphite #38352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 29.68%

R = 36.13%
G = 34.19%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38352E (or 0x38352E) is known color: Graphite. HEX triplet: 38, 35 and 2E. RGB value is (56,53,46). Sum of RGB (Red+Green+Blue) = 56+53+46=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #38352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352E is #C7CAD1. Grayscale: #353535. Windows color (decimal): -13093586 or 3028280. OLE color: 3028280.

HSL color Cylindrical-coordinate representation of color #38352E: hue angle of 42º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38352E is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 46 -
CMYK 0 0.05 0.18 0.78
HSL 42º 0.1% 0.2% -
HSV(B) 42º 0.18% 0.22% -
XYZ 3.4 3.58 3.1 -
YUV 53.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 56 53 46 0 0.05 0.18 0.78 42 0.1 0.2
Hex 38 35 2E 0 5 12 4E 2A A 14
Octal 70 65 56 0 5 22 116 52 12 24
Binary 111000 110101 101110 0 101 10010 1001110 101010 1010 10100

Color Harmonies of #38352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38352E

Black with #38352E

Text Example


Text Example

White with #38352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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