Html Css Color HEX #38362A Graphite

📋 copy color: '#38362A'

red 56 ◦ green 54 ◦ blue 42

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

Shades of Graphite #38362A

Tints of Graphite #38362A

RGB

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

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

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

R = 36.84%
G = 35.53%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.78

RGB Variations

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

Color information

#38362A (or 0x38362A) is known color: Graphite. HEX triplet: 38, 36 and 2A. RGB value is (56,54,42). Sum of RGB (Red+Green+Blue) = 56+54+42=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 56 - color contains mainly: red. Hex color #38362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362A is #C7C9D5. Grayscale: #353535. Windows color (decimal): -13093334 or 2766392. OLE color: 2766392.

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

Color convert

RGB 56 54 42 -
CMYK 0 0.04 0.25 0.78
HSL 51.43º 0.14% 0.19% -
HSV(B) 51.43º 0.25% 0.22% -
XYZ 3.37 3.65 2.72 -
YUV 53.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 56 54 42 0 0.04 0.25 0.78 51.43 0.14 0.19
Hex 38 36 2A 0 4 19 4E 33 E 13
Octal 70 66 52 0 4 31 116 63 16 23
Binary 111000 110110 101010 0 100 11001 1001110 110011 1110 10011

Color Harmonies of #38362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38362A

Black with #38362A

Text Example


Text Example

White with #38362A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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