#4B272F

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

Shades of Black Rose #4B272F

Tints of Black Rose #4B272F

Color information

#4B272F (or 0x4B272F) is unknown color: approx Black Rose. HEX triplet: 4B, 27 and 2F. RGB value is (75,39,47). Sum of RGB (Red+Green+Blue) = 75+39+47=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 75 - color contains mainly: red. Hex color #4B272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B272F is #B4D8D0. Grayscale: #323232. Windows color (decimal): -11851985 or 3090251. OLE color: 3090251.

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

Color convert

RGB753947-
CMYK00.480.370.71
HSL346.67º31.58%22.35%-
HSV(B)346.67º48%29.41%-
XYZ4.143.153.08-
YUV50.68125.93145.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=46.58%
G=24.22%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75394700.480.370.71346.6731.5822.35
Hex4B272F030254715b2016
Octal1134757060451075334026
Binary10010111001111011110110000100101100011110101101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,47); }

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

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

 a { background-color: rgb(75,39,47); }

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

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

 span { border-color: rgb(75,39,47); }

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