Html Css Color HEX #38342A Graphite

📋 copy color: '#38342A'

red 56 ◦ green 52 ◦ blue 42

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

Shades of Graphite #38342A

Tints of Graphite #38342A

RGB

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

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

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

R = 37.33%
G = 34.67%
B = 28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38342A (or 0x38342A) is known color: Graphite. HEX triplet: 38, 34 and 2A. RGB value is (56,52,42). Sum of RGB (Red+Green+Blue) = 56+52+42=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #38342A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38342A is #C7CBD5. Grayscale: #343434. Windows color (decimal): -13093846 or 2765880. OLE color: 2765880.

HSL color Cylindrical-coordinate representation of color #38342A: hue angle of 42.86º 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 #38342A is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 42 -
CMYK 0 0.07 0.25 0.78
HSL 42.86º 0.14% 0.19% -
HSV(B) 42.86º 0.25% 0.22% -
XYZ 3.28 3.46 2.69 -
YUV 52.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 56 52 42 0 0.07 0.25 0.78 42.86 0.14 0.19
Hex 38 34 2A 0 7 19 4E 2B E 13
Octal 70 64 52 0 7 31 116 53 16 23
Binary 111000 110100 101010 0 111 11001 1001110 101011 1110 10011

Color Harmonies of #38342A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38342A

Black with #38342A

Text Example


Text Example

White with #38342A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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