Html Css Color HEX #551030 Blackberry

📋 copy color: '#551030'

red 85 ◦ green 16 ◦ blue 48

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

Shades of Blackberry #551030

Tints of Blackberry #551030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.74%

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

R = 57.05%
G = 10.74%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#551030 (or 0x551030) is known color: Blackberry. HEX triplet: 55, 10 and 30. RGB value is (85,16,48). Sum of RGB (Red+Green+Blue) = 85+16+48=149 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.05% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 85 - color contains mainly: red. Hex color #551030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551030 is #AAEFCF. Grayscale: #282828. Windows color (decimal): -11202512 or 3149909. OLE color: 3149909.

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

Color convert

RGB 85 16 48 -
CMYK 0 0.81 0.44 0.67
HSL 332.17º 0.68% 0.2% -
HSV(B) 332.17º 0.81% 0.33% -
XYZ 4.47 2.52 3.05 -
YUV 40.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 85 16 48 0 0.81 0.44 0.67 332.17 0.68 0.2
Hex 55 10 30 0 51 2C 43 14C 44 14
Octal 125 20 60 0 121 54 103 514 104 24
Binary 1010101 10000 110000 0 1010001 101100 1000011 101001100 1000100 10100

Color Harmonies of #551030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551030

Black with #551030

Text Example


Text Example

White with #551030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551030; }

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

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

background-color css

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

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

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

border-color css

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

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

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