Html Css Color HEX #551038 Blackberry

📋 copy color: '#551038'

red 85 ◦ green 16 ◦ blue 56

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

Shades of Blackberry #551038

Tints of Blackberry #551038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.67%

R = 54.14%
G = 10.19%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#551038 (or 0x551038) is known color: Blackberry. HEX triplet: 55, 10 and 38. RGB value is (85,16,56). Sum of RGB (Red+Green+Blue) = 85+16+56=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #551038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551038 is #AAEFC7. Grayscale: #292929. Windows color (decimal): -11202504 or 3674197. OLE color: 3674197.

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

Color convert

RGB 85 16 56 -
CMYK 0 0.81 0.34 0.67
HSL 325.22º 0.68% 0.2% -
HSV(B) 325.22º 0.81% 0.33% -
XYZ 4.65 2.59 4 -
YUV 41.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 85 16 56 0 0.81 0.34 0.67 325.22 0.68 0.2
Hex 55 10 38 0 51 22 43 145 44 14
Octal 125 20 70 0 121 42 103 505 104 24
Binary 1010101 10000 111000 0 1010001 100010 1000011 101000101 1000100 10100

Color Harmonies of #551038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551038

Black with #551038

Text Example


Text Example

White with #551038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551038; }

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

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

background-color css

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

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

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

border-color css

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

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

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