Html Css Color HEX #551330 Blackberry

📋 copy color: '#551330'

red 85 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #551330

Tints of Blackberry #551330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 55.92%
G = 12.5%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#551330 (or 0x551330) is known color: Blackberry. HEX triplet: 55, 13 and 30. RGB value is (85,19,48). Sum of RGB (Red+Green+Blue) = 85+19+48=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551330 is #AAECCF. Grayscale: #292929. Windows color (decimal): -11201744 or 3150677. OLE color: 3150677.

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

Color convert

RGB 85 19 48 -
CMYK 0 0.78 0.44 0.67
HSL 333.64º 0.63% 0.2% -
HSV(B) 333.64º 0.78% 0.33% -
XYZ 4.51 2.61 3.06 -
YUV 42.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 85 19 48 0 0.78 0.44 0.67 333.64 0.63 0.2
Hex 55 13 30 0 4E 2C 43 14E 3F 14
Octal 125 23 60 0 116 54 103 516 77 24
Binary 1010101 10011 110000 0 1001110 101100 1000011 101001110 111111 10100

Color Harmonies of #551330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551330

Black with #551330

Text Example


Text Example

White with #551330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551330; }

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

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

background-color css

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

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

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

border-color css

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

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

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