#350826

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

Shades of Blackberry #350826

Tints of Blackberry #350826

Color information

#350826 (or 0x350826) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 26. RGB value is (53,8,38). Sum of RGB (Red+Green+Blue) = 53+8+38=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #350826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350826 is #CAF7D9. Grayscale: #181818. Windows color (decimal): -13301722 or 2492469. OLE color: 2492469.

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

Color convert

RGB53838-
CMYK00.850.280.79
HSL320º73.77%11.96%-
HSV(B)320º84.91%20.78%-
XYZ1.91.071.94-
YUV24.88135.41148.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 8 (3.52% from 255) = 8.08%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=53.54%
G=8.08%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5383800.850.280.7932073.7711.96
Hex358260551C4F1404ac
Octal65104601253411750011214
Binary11010110001001100101010111100100111110100000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350826; }

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

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

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

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

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

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

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

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