#5B2438

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

Shades of Black Rose #5B2438

Tints of Black Rose #5B2438

Color information

#5B2438 (or 0x5B2438) is unknown color: approx Black Rose. HEX triplet: 5B, 24 and 38. RGB value is (91,36,56). Sum of RGB (Red+Green+Blue) = 91+36+56=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2438 is #A4DBC7. Grayscale: #363636. Windows color (decimal): -10804168 or 3679323. OLE color: 3679323.

HSL color Cylindrical-coordinate representation of color #5B2438: hue angle of 338.18º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B2438 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB913656-
CMYK00.600.380.64
HSL338.18º43.31%24.9%-
HSV(B)338.18º60.44%35.69%-
XYZ5.663.774.17-
YUV54.72128.72153.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 49.73%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=49.73%
G=19.67%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91365600.600.380.64338.1843.3124.9
Hex5B243803C26401522b19
Octal1334470074461005225331
Binary10110111001001110000111100100110100000010101001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B2438; }

 p { color: rgb(91,36,56); }

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

<style>
 a { background-color: #5B2438; }

 a { background-color: rgb(91,36,56); }

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

<style>
 span { border-color: #5B2438; }

 span { border-color: rgb(91,36,56); }

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