#551C3D

Color #551C3D Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #551C3D

Tints of Blackberry #551C3D

Color information

#551C3D (or 0x551C3D) is unknown color: approx Blackberry. HEX triplet: 55, 1C and 3D. RGB value is (85,28,61). Sum of RGB (Red+Green+Blue) = 85+28+61=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C3D is #AAE3C2. Grayscale: #303030. Windows color (decimal): -11199427 or 4004949. OLE color: 4004949.

HSL color Cylindrical-coordinate representation of color #551C3D: hue angle of 325.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C3D is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB852861-
CMYK00.670.280.67
HSL325.26º50.44%22.16%-
HSV(B)325.26º67.06%33.33%-
XYZ53.14.75-
YUV48.8134.88153.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=48.85%
G=16.09%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85286100.670.280.67325.2650.4422.16
Hex551C3D0431C431453216
Octal12534750103341035056226
Binary1010101111001111010100001111100100001110100010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C3D; }

 p { color: rgb(85,28,61); }

 H1.HeaderClassName
 {
   color: #551C3D;
 }
 .AnyTagClassName
 {
   color: #551C3D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,28,61); }

 div.DivClassName
 {
   background-color: #551C3D;
 }
 .BgClassName
 {
   background-color: #551C3D;
 }
</style>
border-color css

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

 span { border-color: rgb(85,28,61); }

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