#3F3331

Color #3F3331 Rebel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rebel #3F3331

Tints of Rebel #3F3331

Color information

#3F3331 (or 0x3F3331) is unknown color: approx Rebel. HEX triplet: 3F, 33 and 31. RGB value is (63,51,49). Sum of RGB (Red+Green+Blue) = 63+51+49=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3331 is #C0CCCE. Grayscale: #363636. Windows color (decimal): -12635343 or 3224383. OLE color: 3224383.

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

Color convert

RGB635149-
CMYK00.190.220.75
HSL8.57º12.5%21.96%-
HSV(B)8.57º22.22%24.71%-
XYZ3.793.653.41-
YUV54.36124.98134.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.65%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=38.65%
G=31.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63514900.190.220.758.5712.521.96
Hex3F3331013164B9c16
Octal77636102326113111426
Binary1111111100111100010100111011010010111001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3331; }

 p { color: rgb(63,51,49); }

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

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

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

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

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

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

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