Html Css Color HEX #38341A Graphite

📋 copy color: '#38341A'

red 56 ◦ green 52 ◦ blue 26

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

Shades of Graphite #38341A

Tints of Graphite #38341A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.4%

R = 41.79%
G = 38.81%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#38341A (or 0x38341A) is known color: Graphite. HEX triplet: 38, 34 and 1A. RGB value is (56,52,26). Sum of RGB (Red+Green+Blue) = 56+52+26=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 26 (10.55% from 255 or 19.40% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38341A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38341A is #C7CBE5. Grayscale: #323232. Windows color (decimal): -13093862 or 1717304. OLE color: 1717304.

HSL color Cylindrical-coordinate representation of color #38341A: hue angle of 52º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38341A is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 52 26 -
CMYK 0 0.07 0.54 0.78
HSL 52º 0.37% 0.16% -
HSV(B) 52º 0.54% 0.22% -
XYZ 3.05 3.37 1.47 -
YUV 50.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 56 52 26 0 0.07 0.54 0.78 52 0.37 0.16
Hex 38 34 1A 0 7 36 4E 34 25 10
Octal 70 64 32 0 7 66 116 64 45 20
Binary 111000 110100 11010 0 111 110110 1001110 110100 100101 10000

Color Harmonies of #38341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38341A

Black with #38341A

Text Example


Text Example

White with #38341A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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