#351323

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

Shades of Blackberry #351323

Tints of Blackberry #351323

Color information

#351323 (or 0x351323) is unknown color: approx Blackberry. HEX triplet: 35, 13 and 23. RGB value is (53,19,35). Sum of RGB (Red+Green+Blue) = 53+19+35=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351323 is #CAECDC. Grayscale: #1E1E1E. Windows color (decimal): -13298909 or 2298677. OLE color: 2298677.

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

Color convert

RGB531935-
CMYK00.640.340.79
HSL331.76º47.22%14.12%-
HSV(B)331.76º64.15%20.78%-
XYZ21.341.74-
YUV30.99130.26143.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.53%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=49.53%
G=17.76%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53193500.640.340.79331.7647.2214.12
Hex351323040224F14c2fe
Octal6523430100421175145716
Binary110101100111000110100000010001010011111010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351323; }

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

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

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

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

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

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

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

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