#350D28

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

Shades of Blackberry #350D28

Tints of Blackberry #350D28

Color information

#350D28 (or 0x350D28) is unknown color: approx Blackberry. HEX triplet: 35, 0D and 28. RGB value is (53,13,40). Sum of RGB (Red+Green+Blue) = 53+13+40=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #350D28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D28 is #CAF2D7. Grayscale: #1B1B1B. Windows color (decimal): -13300440 or 2624821. OLE color: 2624821.

HSL color Cylindrical-coordinate representation of color #350D28: hue angle of 319.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D28 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB531340-
CMYK00.750.250.79
HSL319.5º60.61%12.94%-
HSV(B)319.5º75.47%20.78%-
XYZ21.22.13-
YUV28.04134.75145.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=50%
G=12.26%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53134000.750.250.79319.560.6112.94
Hex35D2804B194F1403dd
Octal6515500113311175007515
Binary1101011101101000010010111100110011111010000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350D28; }

 p { color: rgb(53,13,40); }

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

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

 a { background-color: rgb(53,13,40); }

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

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

 span { border-color: rgb(53,13,40); }

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