#403330

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

Shades of Rebel #403330

Tints of Rebel #403330

Color information

#403330 (or 0x403330) is unknown color: approx Rebel. HEX triplet: 40, 33 and 30. RGB value is (64,51,48). Sum of RGB (Red+Green+Blue) = 64+51+48=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 64 - color contains mainly: red. Hex color #403330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403330 is #BFCCCF. Grayscale: #363636. Windows color (decimal): -12569808 or 3158848. OLE color: 3158848.

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

Color convert

RGB645148-
CMYK00.200.250.75
HSL11.25º14.29%21.96%-
HSV(B)11.25º25%25.1%-
XYZ3.833.673.3-
YUV54.54124.31134.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.26%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 48 (19.14% from 255) = 29.45%
R=39.26%
G=31.29%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64514800.200.250.7511.2514.2921.96
Hex403330014194Bbe16
Octal100636002431113131626
Binary10000001100111100000101001100110010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403330; }

 p { color: rgb(64,51,48); }

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

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

 a { background-color: rgb(64,51,48); }

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

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

 span { border-color: rgb(64,51,48); }

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