Html Css Color HEX #38362B Graphite

📋 copy color: '#38362B'

red 56 ◦ green 54 ◦ blue 43

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

Shades of Graphite #38362B

Tints of Graphite #38362B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 36.6%
G = 35.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38362B (or 0x38362B) is known color: Graphite. HEX triplet: 38, 36 and 2B. RGB value is (56,54,43). Sum of RGB (Red+Green+Blue) = 56+54+43=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #38362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362B is #C7C9D4. Grayscale: #353535. Windows color (decimal): -13093333 or 2831928. OLE color: 2831928.

HSL color Cylindrical-coordinate representation of color #38362B: hue angle of 50.77º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #38362B is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 54 43 -
CMYK 0 0.04 0.23 0.78
HSL 50.77º 0.13% 0.19% -
HSV(B) 50.77º 0.23% 0.22% -
XYZ 3.39 3.65 2.81 -
YUV 53.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 56 54 43 0 0.04 0.23 0.78 50.77 0.13 0.19
Hex 38 36 2B 0 4 17 4E 33 D 13
Octal 70 66 53 0 4 27 116 63 15 23
Binary 111000 110110 101011 0 100 10111 1001110 110011 1101 10011

Color Harmonies of #38362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38362B

Black with #38362B

Text Example


Text Example

White with #38362B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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