#4B252F

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

Shades of Black Rose #4B252F

Tints of Black Rose #4B252F

Color information

#4B252F (or 0x4B252F) is unknown color: approx Black Rose. HEX triplet: 4B, 25 and 2F. RGB value is (75,37,47). Sum of RGB (Red+Green+Blue) = 75+37+47=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252F is #B4DAD0. Grayscale: #313131. Windows color (decimal): -11852497 or 3089739. OLE color: 3089739.

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

Color convert

RGB753747-
CMYK00.510.370.71
HSL344.21º33.93%21.96%-
HSV(B)344.21º50.67%29.41%-
XYZ4.083.023.06-
YUV49.5126.59146.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 47 (18.75% from 255) = 29.56%
R=47.17%
G=23.27%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374700.510.370.71344.2133.9321.96
Hex4B252F03325471582216
Octal1134557063451075304226
Binary10010111001011011110110011100101100011110101100010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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