#351225

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

Shades of Blackberry #351225

Tints of Blackberry #351225

Color information

#351225 (or 0x351225) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 25. RGB value is (53,18,37). Sum of RGB (Red+Green+Blue) = 53+18+37=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351225 is #CAEDDA. Grayscale: #1E1E1E. Windows color (decimal): -13299163 or 2429493. OLE color: 2429493.

HSL color Cylindrical-coordinate representation of color #351225: hue angle of 327.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #351225 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB531837-
CMYK00.660.300.79
HSL327.43º49.3%13.92%-
HSV(B)327.43º66.04%20.78%-
XYZ2.021.321.9-
YUV30.63131.6143.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=49.07%
G=16.67%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53183700.660.300.79327.4349.313.92
Hex3512250421E4F14731e
Octal6522450102361175076116
Binary11010110010100101010000101111010011111010001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351225; }

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

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

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

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

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

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

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

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