Html Css Color HEX #551334 Blackberry

📋 copy color: '#551334'

red 85 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #551334

Tints of Blackberry #551334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 52 (20.7% from 255) = 33.33%

R = 54.49%
G = 12.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#551334 (or 0x551334) is known color: Blackberry. HEX triplet: 55, 13 and 34. RGB value is (85,19,52). Sum of RGB (Red+Green+Blue) = 85+19+52=156 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.49% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 85 - color contains mainly: red. Hex color #551334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551334 is #AAECCB. Grayscale: #2A2A2A. Windows color (decimal): -11201740 or 3412821. OLE color: 3412821.

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

Color convert

RGB 85 19 52 -
CMYK 0 0.78 0.39 0.67
HSL 330º 0.63% 0.2% -
HSV(B) 330º 0.78% 0.33% -
XYZ 4.6 2.64 3.52 -
YUV 42.5 133.37 158.32 -
System Red Green Blue C M Y K H S L
Decimal 85 19 52 0 0.78 0.39 0.67 330 0.63 0.2
Hex 55 13 34 0 4E 27 43 14A 3F 14
Octal 125 23 64 0 116 47 103 512 77 24
Binary 1010101 10011 110100 0 1001110 100111 1000011 101001010 111111 10100

Color Harmonies of #551334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551334

Black with #551334

Text Example


Text Example

White with #551334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551334; }

 p { color: rgb(85,19,52); }

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

background-color css

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

 a { background-color: rgb(85,19,52); }

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

border-color css

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

 span { border-color: rgb(85,19,52); }

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