#4D2530

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

Shades of Black Rose #4D2530

Tints of Black Rose #4D2530

Color information

#4D2530 (or 0x4D2530) is unknown color: approx Black Rose. HEX triplet: 4D, 25 and 30. RGB value is (77,37,48). Sum of RGB (Red+Green+Blue) = 77+37+48=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2530 is #B2DACF. Grayscale: #323232. Windows color (decimal): -11721424 or 3155277. OLE color: 3155277.

HSL color Cylindrical-coordinate representation of color #4D2530: hue angle of 343.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2530 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB773748-
CMYK00.520.380.70
HSL343.5º35.09%22.35%-
HSV(B)343.5º51.95%30.2%-
XYZ4.263.113.17-
YUV50.21126.75147.11-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 47.53%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=47.53%
G=22.84%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77374800.520.380.70343.535.0922.35
Hex4D253003426461582316
Octal1154560064461065304326
Binary10011011001011100000110100100110100011010101100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,48); }

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

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

 a { background-color: rgb(77,37,48); }

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

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

 span { border-color: rgb(77,37,48); }

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