Html Css Color HEX #551335 Blackberry

📋 copy color: '#551335'

red 85 ◦ green 19 ◦ blue 53

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

Shades of Blackberry #551335

Tints of Blackberry #551335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 33.76%

R = 54.14%
G = 12.1%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#551335 (or 0x551335) is known color: Blackberry. HEX triplet: 55, 13 and 35. RGB value is (85,19,53). Sum of RGB (Red+Green+Blue) = 85+19+53=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551335 is #AAECCA. Grayscale: #2A2A2A. Windows color (decimal): -11201739 or 3478357. OLE color: 3478357.

HSL color Cylindrical-coordinate representation of color #551335: hue angle of 329.09º 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 #551335 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 19 53 -
CMYK 0 0.78 0.38 0.67
HSL 329.09º 0.63% 0.2% -
HSV(B) 329.09º 0.78% 0.33% -
XYZ 4.62 2.65 3.64 -
YUV 42.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 85 19 53 0 0.78 0.38 0.67 329.09 0.63 0.2
Hex 55 13 35 0 4E 26 43 149 3F 14
Octal 125 23 65 0 116 46 103 511 77 24
Binary 1010101 10011 110101 0 1001110 100110 1000011 101001001 111111 10100

Color Harmonies of #551335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551335

Black with #551335

Text Example


Text Example

White with #551335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551335; }

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

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

background-color css

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

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

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

border-color css

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

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

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