Html Css Color HEX #551431 Blackberry

📋 copy color: '#551431'

red 85 ◦ green 20 ◦ blue 49

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

Shades of Blackberry #551431

Tints of Blackberry #551431

RGB

 RED value IS 85 (33.59% from 255) = 55.19%

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

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

R = 55.19%
G = 12.99%
B = 31.82%

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

#551431 (or 0x551431) is known color: Blackberry. HEX triplet: 55, 14 and 31. RGB value is (85,20,49). Sum of RGB (Red+Green+Blue) = 85+20+49=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 49 (19.53% from 255 or 31.82% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #551431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551431 is #AAEBCE. Grayscale: #2A2A2A. Windows color (decimal): -11201487 or 3216469. OLE color: 3216469.

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

Color convert

RGB 85 20 49 -
CMYK 0 0.76 0.42 0.67
HSL 333.23º 0.62% 0.21% -
HSV(B) 333.23º 0.76% 0.33% -
XYZ 4.55 2.65 3.18 -
YUV 42.74 131.53 158.14 -
System Red Green Blue C M Y K H S L
Decimal 85 20 49 0 0.76 0.42 0.67 333.23 0.62 0.21
Hex 55 14 31 0 4C 2A 43 14D 3E 15
Octal 125 24 61 0 114 52 103 515 76 25
Binary 1010101 10100 110001 0 1001100 101010 1000011 101001101 111110 10101

Color Harmonies of #551431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551431

Black with #551431

Text Example


Text Example

White with #551431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551431; }

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

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

background-color css

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

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

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

border-color css

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

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

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