#423430

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

Shades of Rebel #423430

Tints of Rebel #423430

Color information

#423430 (or 0x423430) is unknown color: approx Rebel. HEX triplet: 42, 34 and 30. RGB value is (66,52,48). Sum of RGB (Red+Green+Blue) = 66+52+48=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #423430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423430 is #BDCBCF. Grayscale: #373737. Windows color (decimal): -12438480 or 3159106. OLE color: 3159106.

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

Color convert

RGB665248-
CMYK00.210.270.74
HSL13.33º15.79%22.35%-
HSV(B)13.33º27.27%25.88%-
XYZ4.013.833.32-
YUV55.73123.64135.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=39.76%
G=31.33%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66524800.210.270.7413.3315.7922.35
Hex4234300151B4Ad1016
Octal102646002533112152026
Binary100001011010011000001010111011100101011011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423430; }

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

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

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

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

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

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

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

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