Html Css Color HEX #38352A Graphite

📋 copy color: '#38352A'

red 56 ◦ green 53 ◦ blue 42

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

Shades of Graphite #38352A

Tints of Graphite #38352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 37.09%
G = 35.1%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38352A (or 0x38352A) is known color: Graphite. HEX triplet: 38, 35 and 2A. RGB value is (56,53,42). Sum of RGB (Red+Green+Blue) = 56+53+42=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #38352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38352A is #C7CAD5. Grayscale: #343434. Windows color (decimal): -13093590 or 2766136. OLE color: 2766136.

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

Color convert

RGB 56 53 42 -
CMYK 0 0.05 0.25 0.78
HSL 47.14º 0.14% 0.19% -
HSV(B) 47.14º 0.25% 0.22% -
XYZ 3.32 3.55 2.7 -
YUV 52.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 56 53 42 0 0.05 0.25 0.78 47.14 0.14 0.19
Hex 38 35 2A 0 5 19 4E 2F E 13
Octal 70 65 52 0 5 31 116 57 16 23
Binary 111000 110101 101010 0 101 11001 1001110 101111 1110 10011

Color Harmonies of #38352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38352A

Black with #38352A

Text Example


Text Example

White with #38352A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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