#38383C

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

Shades of Revolver #38383C

Tints of Revolver #38383C

Color information

#38383C (or 0x38383C) is unknown color: approx Revolver. HEX triplet: 38, 38 and 3C. RGB value is (56,56,60). Sum of RGB (Red+Green+Blue) = 56+56+60=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 60 - color contains mainly: blue. Hex color #38383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38383C is #C7C7C3. Grayscale: #383838. Windows color (decimal): -13092804 or 3946552. OLE color: 3946552.

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

Color convert

RGB565660-
CMYK0.070.0700.76
HSL240º3.45%22.75%-
HSV(B)240º6.67%23.53%-
XYZ3.8644.84-
YUV56.46130127.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.56%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=32.56%
G=32.56%
B=34.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5656600.070.0700.762403.4522.75
Hex38383C7704Cf0317
Octal707074770114360327
Binary11100011100011110011111101001100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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