#351326

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

Shades of Blackberry #351326

Tints of Blackberry #351326

Color information

#351326 (or 0x351326) is unknown color: approx Blackberry. HEX triplet: 35, 13 and 26. RGB value is (53,19,38). Sum of RGB (Red+Green+Blue) = 53+19+38=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #351326 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351326 is #CAECD9. Grayscale: #1F1F1F. Windows color (decimal): -13298906 or 2495285. OLE color: 2495285.

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

Color convert

RGB531938-
CMYK00.640.280.79
HSL326.47º47.22%14.12%-
HSV(B)326.47º64.15%20.78%-
XYZ2.051.361.99-
YUV31.33131.76143.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=48.18%
G=17.27%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53193800.640.280.79326.4747.2214.12
Hex3513260401C4F1462fe
Octal6523460100341175065716
Binary11010110011100110010000001110010011111010001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351326; }

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

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

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

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

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

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

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

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