Html Css Color HEX #551231 Blackberry

📋 copy color: '#551231'

red 85 ◦ green 18 ◦ blue 49

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

Shades of Blackberry #551231

Tints of Blackberry #551231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 55.92%
G = 11.84%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#551231 (or 0x551231) is known color: Blackberry. HEX triplet: 55, 12 and 31. RGB value is (85,18,49). Sum of RGB (Red+Green+Blue) = 85+18+49=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551231 is #AAEDCE. Grayscale: #292929. Windows color (decimal): -11201999 or 3215957. OLE color: 3215957.

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

Color convert

RGB 85 18 49 -
CMYK 0 0.79 0.42 0.67
HSL 332.24º 0.65% 0.2% -
HSV(B) 332.24º 0.79% 0.33% -
XYZ 4.52 2.59 3.17 -
YUV 41.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 85 18 49 0 0.79 0.42 0.67 332.24 0.65 0.2
Hex 55 12 31 0 4F 2A 43 14C 41 14
Octal 125 22 61 0 117 52 103 514 101 24
Binary 1010101 10010 110001 0 1001111 101010 1000011 101001100 1000001 10100

Color Harmonies of #551231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551231

Black with #551231

Text Example


Text Example

White with #551231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551231; }

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

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

background-color css

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

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

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

border-color css

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

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

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