#372E2E

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

Shades of Night Rider #372E2E

Tints of Night Rider #372E2E

Color information

#372E2E (or 0x372E2E) is unknown color: approx Night Rider. HEX triplet: 37, 2E and 2E. RGB value is (55,46,46). Sum of RGB (Red+Green+Blue) = 55+46+46=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 55 - color contains mainly: red. Hex color #372E2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E2E is #C8D1D1. Grayscale: #303030. Windows color (decimal): -13160914 or 3026487. OLE color: 3026487.

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

Color convert

RGB554646-
CMYK00.160.160.78
HSL8.91%19.8%-
HSV(B)16.36%21.57%-
XYZ3.052.963-
YUV48.69126.48132.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=37.41%
G=31.29%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55464600.160.160.7808.9119.8
Hex372E2E010104E0914
Octal6756560202011601124
Binary1101111011101011100100001000010011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372E2E; }

 p { color: rgb(55,46,46); }

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

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

 a { background-color: rgb(55,46,46); }

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

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

 span { border-color: rgb(55,46,46); }

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