Html Css Color HEX #55152E Blackberry

📋 copy color: '#55152E'

red 85 ◦ green 21 ◦ blue 46

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

Shades of Blackberry #55152E

Tints of Blackberry #55152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

 BLUE value IS 46 (18.36% from 255) = 30.26%

R = 55.92%
G = 13.82%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#55152E (or 0x55152E) is known color: Blackberry. HEX triplet: 55, 15 and 2E. RGB value is (85,21,46). Sum of RGB (Red+Green+Blue) = 85+21+46=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #55152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55152E is #AAEAD1. Grayscale: #2A2A2A. Windows color (decimal): -11201234 or 3020117. OLE color: 3020117.

HSL color Cylindrical-coordinate representation of color #55152E: hue angle of 336.56º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55152E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 21 46 -
CMYK 0 0.75 0.46 0.67
HSL 336.56º 0.6% 0.21% -
HSV(B) 336.56º 0.75% 0.33% -
XYZ 4.51 2.66 2.86 -
YUV 42.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 85 21 46 0 0.75 0.46 0.67 336.56 0.6 0.21
Hex 55 15 2E 0 4B 2E 43 151 3C 15
Octal 125 25 56 0 113 56 103 521 74 25
Binary 1010101 10101 101110 0 1001011 101110 1000011 101010001 111100 10101

Color Harmonies of #55152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55152E

Black with #55152E

Text Example


Text Example

White with #55152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55152E; }

 p { color: rgb(85,21,46); }

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

background-color css

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

 a { background-color: rgb(85,21,46); }

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

border-color css

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

 span { border-color: rgb(85,21,46); }

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