#383131

Color #383131 Night Rider (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Rider #383131

Tints of Night Rider #383131

Color information

#383131 (or 0x383131) is unknown color: approx Night Rider. HEX triplet: 38, 31 and 31. RGB value is (56,49,49). Sum of RGB (Red+Green+Blue) = 56+49+49=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #383131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383131 is #C7CECE. Grayscale: #333333. Windows color (decimal): -13094607 or 3223864. OLE color: 3223864.

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

Color convert

RGB564949-
CMYK00.120.120.78
HSL6.67%20.59%-
HSV(B)12.5%21.96%-
XYZ3.283.263.36-
YUV51.09126.82131.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 49 (19.53% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56494900.120.120.7806.6720.59
Hex3831310CC4E0715
Octal706161014141160725
Binary1110001100011100010110011001001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383131; }

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

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

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

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

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

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

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

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