#4A2A33

Color #4A2A33 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #4A2A33

Tints of Black Rose #4A2A33

Color information

#4A2A33 (or 0x4A2A33) is unknown color: approx Black Rose. HEX triplet: 4A, 2A and 33. RGB value is (74,42,51). Sum of RGB (Red+Green+Blue) = 74+42+51=167 (22% of max value = 765). Red value is 74 (29.30% from 255 or 44.31% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2A33 is #B5D5CC. Grayscale: #343434. Windows color (decimal): -11916749 or 3353162. OLE color: 3353162.

HSL color Cylindrical-coordinate representation of color #4A2A33: hue angle of 343.12º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A2A33 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB744251-
CMYK00.430.310.71
HSL343.12º27.59%22.75%-
HSV(B)343.12º43.24%29.02%-
XYZ4.253.353.55-
YUV52.59127.1143.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 44.31%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=44.31%
G=25.15%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74425100.430.310.71343.1227.5922.75
Hex4A2A3302B1F471571c17
Octal1125263053371075273427
Binary100101010101011001101010111111110001111010101111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2A33; }

 p { color: rgb(74,42,51); }

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

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

 a { background-color: rgb(74,42,51); }

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

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

 span { border-color: rgb(74,42,51); }

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