#4B242D

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

Shades of Black Rose #4B242D

Tints of Black Rose #4B242D

Color information

#4B242D (or 0x4B242D) is unknown color: approx Black Rose. HEX triplet: 4B, 24 and 2D. RGB value is (75,36,45). Sum of RGB (Red+Green+Blue) = 75+36+45=156 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.08% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 75 - color contains mainly: red. Hex color #4B242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B242D is #B4DBD2. Grayscale: #303030. Windows color (decimal): -11852755 or 2958411. OLE color: 2958411.

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

Color convert

RGB753645-
CMYK00.520.400.71
HSL346.15º35.14%21.76%-
HSV(B)346.15º52%29.41%-
XYZ4.012.952.84-
YUV48.69125.92146.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.08%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 28.85%
R=48.08%
G=23.08%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75364500.520.400.71346.1535.1421.76
Hex4B242D034284715a2316
Octal1134455064501075324326
Binary10010111001001011010110100101000100011110101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,45); }

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

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

 a { background-color: rgb(75,36,45); }

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

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

 span { border-color: rgb(75,36,45); }

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