#4B2933

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

Shades of Black Rose #4B2933

Tints of Black Rose #4B2933

Color information

#4B2933 (or 0x4B2933) is unknown color: approx Black Rose. HEX triplet: 4B, 29 and 33. RGB value is (75,41,51). Sum of RGB (Red+Green+Blue) = 75+41+51=167 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.91% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2933 is #B4D6CC. Grayscale: #343434. Windows color (decimal): -11851469 or 3352907. OLE color: 3352907.

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

Color convert

RGB754151-
CMYK00.450.320.71
HSL342.35º29.31%22.75%-
HSV(B)342.35º45.33%29.41%-
XYZ4.293.323.55-
YUV52.31127.26144.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.91%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=44.91%
G=24.55%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75415100.450.320.71342.3529.3122.75
Hex4B293302D20471561d17
Octal1135163055401075263527
Binary1001011101001110011010110110000010001111010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,41,51); }

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

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

 a { background-color: rgb(75,41,51); }

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

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

 span { border-color: rgb(75,41,51); }

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