#4B2831

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

Shades of Black Rose #4B2831

Tints of Black Rose #4B2831

Color information

#4B2831 (or 0x4B2831) is unknown color: approx Black Rose. HEX triplet: 4B, 28 and 31. RGB value is (75,40,49). Sum of RGB (Red+Green+Blue) = 75+40+49=164 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.73% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2831 is #B4D7CE. Grayscale: #333333. Windows color (decimal): -11851727 or 3221579. OLE color: 3221579.

HSL color Cylindrical-coordinate representation of color #4B2831: hue angle of 344.57º 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 #4B2831 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB754049-
CMYK00.470.350.71
HSL344.57º30.43%22.55%-
HSV(B)344.57º46.67%29.41%-
XYZ4.213.243.31-
YUV51.49126.6144.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.73%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=45.73%
G=24.39%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75404900.470.350.71344.5730.4322.55
Hex4B283102F23471591e17
Octal1135061057431075313627
Binary1001011101000110001010111110001110001111010110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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