#4C262F

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

Shades of Black Rose #4C262F

Tints of Black Rose #4C262F

Color information

#4C262F (or 0x4C262F) is unknown color: approx Black Rose. HEX triplet: 4C, 26 and 2F. RGB value is (76,38,47). Sum of RGB (Red+Green+Blue) = 76+38+47=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 38 (15.23% from 255 or 23.60% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C262F is #B3D9D0. Grayscale: #323232. Windows color (decimal): -11786705 or 3089996. OLE color: 3089996.

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

Color convert

RGB763847-
CMYK00.50.380.70
HSL345.79º33.33%22.35%-
HSV(B)345.79º50%29.8%-
XYZ4.193.133.07-
YUV50.39126.09146.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 47.20%
GREEN value IS 38 (15.23% from 255) = 23.60%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=47.20%
G=23.60%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76384700.50.380.70345.7933.3322.35
Hex4C262F032264615a2116
Octal1144657062461065324126
Binary10011001001101011110110010100110100011010101101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,47); }

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

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

 a { background-color: rgb(76,38,47); }

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

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

 span { border-color: rgb(76,38,47); }

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