#38383D

Color #38383D Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #38383D

Tints of Revolver #38383D

Color information

#38383D (or 0x38383D) is unknown color: approx Revolver. HEX triplet: 38, 38 and 3D. RGB value is (56,56,61). Sum of RGB (Red+Green+Blue) = 56+56+61=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #38383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38383D is #C7C7C2. Grayscale: #383838. Windows color (decimal): -13092803 or 4012088. OLE color: 4012088.

HSL color Cylindrical-coordinate representation of color #38383D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #38383D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB565661-
CMYK0.080.0800.76
HSL240º4.27%22.94%-
HSV(B)240º8.2%23.92%-
XYZ3.894.014.98-
YUV56.57130.5127.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 61 (24.22% from 255) = 35.26%
R=32.37%
G=32.37%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5656610.080.0800.762404.2722.94
Hex38383D8804Cf0417
Octal70707510100114360427
Binary11100011100011110110001000010011001111000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38383D; }

 p { color: rgb(56,56,61); }

 H1.HeaderClassName
 {
   color: #38383D;
 }
 .AnyTagClassName
 {
   color: #38383D;
 }
</style>
background-color css

<style>
 a { background-color: #38383D; }

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

 div.DivClassName
 {
   background-color: #38383D;
 }
 .BgClassName
 {
   background-color: #38383D;
 }
</style>
border-color css

<style>
 span { border-color: #38383D; }

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

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