Html Css Color HEX #541941 Blackberry

📋 copy color: '#541941'

red 84 ◦ green 25 ◦ blue 65

#541941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #541941

Tints of Blackberry #541941

RGB

 RED value IS 84 (33.2% from 255) = 48.28%

 GREEN value IS 25 (10.16% from 255) = 14.37%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 48.28%
G = 14.37%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#541941 (or 0x541941) is known color: Blackberry. HEX triplet: 54, 19 and 41. RGB value is (84,25,65). Sum of RGB (Red+Green+Blue) = 84+25+65=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #541941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541941 is #ABE6BE. Grayscale: #2F2F2F. Windows color (decimal): -11265727 or 4266324. OLE color: 4266324.

HSL color Cylindrical-coordinate representation of color #541941: hue angle of 319.32º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #541941 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 25 65 -
CMYK 0 0.70 0.23 0.67
HSL 319.32º 0.54% 0.21% -
HSV(B) 319.32º 0.7% 0.33% -
XYZ 4.96 2.96 5.31 -
YUV 47.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 84 25 65 0 0.70 0.23 0.67 319.32 0.54 0.21
Hex 54 19 41 0 46 17 43 13F 36 15
Octal 124 31 101 0 106 27 103 477 66 25
Binary 1010100 11001 1000001 0 1000110 10111 1000011 100111111 110110 10101

Color Harmonies of #541941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541941

Black with #541941

Text Example


Text Example

White with #541941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541941; }

 p { color: rgb(84,25,65); }

 H1.HeaderClassName
 {
   color: #541941;
 }
 .AnyTagClassName
 {
   color: #541941;
 }
</style>

background-color css

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

 a { background-color: rgb(84,25,65); }

 div.DivClassName
 {
   background-color: #541941;
 }
 .BgClassName
 {
   background-color: #541941;
 }
</style>

border-color css

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

 span { border-color: rgb(84,25,65); }

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