#350825

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

Shades of Blackberry #350825

Tints of Blackberry #350825

Color information

#350825 (or 0x350825) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 25. RGB value is (53,8,37). Sum of RGB (Red+Green+Blue) = 53+8+37=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #350825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350825 is #CAF7DA. Grayscale: #181818. Windows color (decimal): -13301723 or 2426933. OLE color: 2426933.

HSL color Cylindrical-coordinate representation of color #350825: hue angle of 321.33º 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 #350825 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB53837-
CMYK00.850.300.79
HSL321.33º73.77%11.96%-
HSV(B)321.33º84.91%20.78%-
XYZ1.891.061.86-
YUV24.76134.91148.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=54.08%
G=8.16%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5383700.850.300.79321.3373.7711.96
Hex358250551E4F1414ac
Octal65104501253611750111214
Binary11010110001001010101010111110100111110100000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350825; }

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

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

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

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

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

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

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

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