#350026

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

Shades of Blackberry #350026

Tints of Blackberry #350026

Color information

#350026 (or 0x350026) is unknown color: approx Blackberry. HEX triplet: 35, 00 and 26. RGB value is (53,0,38). Sum of RGB (Red+Green+Blue) = 53+0+38=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #350026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350026 is #CAFFD9. Grayscale: #141414. Windows color (decimal): -13303770 or 2490421. OLE color: 2490421.

HSL color Cylindrical-coordinate representation of color #350026: hue angle of 316.98º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350026 is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB53038-
CMYK010.280.79
HSL316.98º100%10.39%-
HSV(B)316.98º100%20.78%-
XYZ1.820.91.91-
YUV20.18138.06151.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=58.24%
G=0%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53038010.280.79316.9810010.39
Hex350260641C4F13d64a
Octal6504601443411747514412
Binary11010101001100110010011100100111110011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350026; }

 p { color: rgb(53,0,38); }

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

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

 a { background-color: rgb(53,0,38); }

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

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

 span { border-color: rgb(53,0,38); }

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