Html Css Color HEX #541431 Blackberry

📋 copy color: '#541431'

red 84 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #541431

Tints of Blackberry #541431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 54.9%
G = 13.07%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#541431 (or 0x541431) is known color: Blackberry. HEX triplet: 54, 14 and 31. RGB value is (84,20,49). Sum of RGB (Red+Green+Blue) = 84+20+49=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #541431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #541431 is #ABEBCE. Grayscale: #2A2A2A. Windows color (decimal): -11267023 or 3216468. OLE color: 3216468.

HSL color Cylindrical-coordinate representation of color #541431: hue angle of 332.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541431 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 20 49 -
CMYK 0 0.76 0.42 0.67
HSL 332.81º 0.62% 0.2% -
HSV(B) 332.81º 0.76% 0.33% -
XYZ 4.46 2.61 3.17 -
YUV 42.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 84 20 49 0 0.76 0.42 0.67 332.81 0.62 0.2
Hex 54 14 31 0 4C 2A 43 14D 3E 14
Octal 124 24 61 0 114 52 103 515 76 24
Binary 1010100 10100 110001 0 1001100 101010 1000011 101001101 111110 10100

Color Harmonies of #541431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541431

Black with #541431

Text Example


Text Example

White with #541431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541431; }

 p { color: rgb(84,20,49); }

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

background-color css

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

 a { background-color: rgb(84,20,49); }

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

border-color css

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

 span { border-color: rgb(84,20,49); }

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