#38341A

Color #38341A Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #38341A

Tints of Graphite #38341A

Color information

#38341A (or 0x38341A) is unknown color: approx 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

RGB565226-
CMYK00.070.540.78
HSL52º36.59%16.08%-
HSV(B)52º53.57%21.96%-
XYZ3.053.371.47-
YUV50.23114.33132.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 52 (20.70% from 255) = 38.81%
BLUE value IS 26 (10.55% from 255) = 19.40%
R=41.79%
G=38.81%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56522600.070.540.785236.5916.08
Hex38341A07364E342510
Octal7064320766116644520
Binary111000110100110100111110110100111011010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>