#42302B

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

Shades of Rebel #42302B

Tints of Rebel #42302B

Color information

#42302B (or 0x42302B) is unknown color: approx Rebel. HEX triplet: 42, 30 and 2B. RGB value is (66,48,43). Sum of RGB (Red+Green+Blue) = 66+48+43=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #42302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42302B is #BDCFD4. Grayscale: #343434. Windows color (decimal): -12439509 or 2830402. OLE color: 2830402.

HSL color Cylindrical-coordinate representation of color #42302B: hue angle of 13.04º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #42302B is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB664843-
CMYK00.270.350.74
HSL13.04º21.1%21.37%-
HSV(B)13.04º34.85%25.88%-
XYZ3.743.452.75-
YUV52.81122.46137.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=42.04%
G=30.57%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66484300.270.350.7413.0421.121.37
Hex42302B01B234Ad1515
Octal102605303343112152525
Binary1000010110000101011011011100011100101011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42302B; }

 p { color: rgb(66,48,43); }

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

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

 a { background-color: rgb(66,48,43); }

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

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

 span { border-color: rgb(66,48,43); }

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