#4B242E

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

Shades of Black Rose #4B242E

Tints of Black Rose #4B242E

Color information

#4B242E (or 0x4B242E) is unknown color: approx Black Rose. HEX triplet: 4B, 24 and 2E. RGB value is (75,36,46). Sum of RGB (Red+Green+Blue) = 75+36+46=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B242E is #B4DBD1. Grayscale: #303030. Windows color (decimal): -11852754 or 3023947. OLE color: 3023947.

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

Color convert

RGB753646-
CMYK00.520.390.71
HSL344.62º35.14%21.76%-
HSV(B)344.62º52%29.41%-
XYZ4.032.952.94-
YUV48.8126.42146.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.77%
GREEN value IS 36 (14.45% from 255) = 22.93%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=47.77%
G=22.93%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75364600.520.390.71344.6235.1421.76
Hex4B242E03427471592316
Octal1134456064471075314326
Binary10010111001001011100110100100111100011110101100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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