#351226

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

Shades of Blackberry #351226

Tints of Blackberry #351226

Color information

#351226 (or 0x351226) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 26. RGB value is (53,18,38). Sum of RGB (Red+Green+Blue) = 53+18+38=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #351226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351226 is #CAEDD9. Grayscale: #1E1E1E. Windows color (decimal): -13299162 or 2495029. OLE color: 2495029.

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

Color convert

RGB531838-
CMYK00.660.280.79
HSL325.71º49.3%13.92%-
HSV(B)325.71º66.04%20.78%-
XYZ2.031.331.98-
YUV30.74132.1143.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.62%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=48.62%
G=16.51%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53183800.660.280.79325.7149.313.92
Hex3512260421C4F14631e
Octal6522460102341175066116
Binary11010110010100110010000101110010011111010001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351226; }

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

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

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

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

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

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

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

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