Html Css Color HEX #38362E Graphite

📋 copy color: '#38362E'

red 56 ◦ green 54 ◦ blue 46

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

Shades of Graphite #38362E

Tints of Graphite #38362E

RGB

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

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

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

R = 35.9%
G = 34.62%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38362E (or 0x38362E) is known color: Graphite. HEX triplet: 38, 36 and 2E. RGB value is (56,54,46). Sum of RGB (Red+Green+Blue) = 56+54+46=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #38362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362E is #C7C9D1. Grayscale: #353535. Windows color (decimal): -13093330 or 3028536. OLE color: 3028536.

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

Color convert

RGB 56 54 46 -
CMYK 0 0.04 0.18 0.78
HSL 48º 0.1% 0.2% -
HSV(B) 48º 0.18% 0.22% -
XYZ 3.44 3.68 3.11 -
YUV 53.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 56 54 46 0 0.04 0.18 0.78 48 0.1 0.2
Hex 38 36 2E 0 4 12 4E 30 A 14
Octal 70 66 56 0 4 22 116 60 12 24
Binary 111000 110110 101110 0 100 10010 1001110 110000 1010 10100

Color Harmonies of #38362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38362E

Black with #38362E

Text Example


Text Example

White with #38362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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