#4B2832

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

Shades of Black Rose #4B2832

Tints of Black Rose #4B2832

Color information

#4B2832 (or 0x4B2832) is unknown color: approx Black Rose. HEX triplet: 4B, 28 and 32. RGB value is (75,40,50). Sum of RGB (Red+Green+Blue) = 75+40+50=165 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.45% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2832 is #B4D7CD. Grayscale: #333333. Windows color (decimal): -11851726 or 3287115. OLE color: 3287115.

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

Color convert

RGB754050-
CMYK00.470.330.71
HSL342.86º30.43%22.55%-
HSV(B)342.86º46.67%29.41%-
XYZ4.243.243.42-
YUV51.6127.1144.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.45%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 50 (19.92% from 255) = 30.30%
R=45.45%
G=24.24%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75405000.470.330.71342.8630.4322.55
Hex4B283202F21471571e17
Octal1135062057411075273627
Binary1001011101000110010010111110000110001111010101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,50); }

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

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

 a { background-color: rgb(75,40,50); }

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

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

 span { border-color: rgb(75,40,50); }

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