#35192A

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

Shades of Blackberry #35192A

Tints of Blackberry #35192A

Color information

#35192A (or 0x35192A) is unknown color: approx Blackberry. HEX triplet: 35, 19 and 2A. RGB value is (53,25,42). Sum of RGB (Red+Green+Blue) = 53+25+42=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192A is #CAE6D5. Grayscale: #232323. Windows color (decimal): -13297366 or 2758965. OLE color: 2758965.

HSL color Cylindrical-coordinate representation of color #35192A: hue angle of 323.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35192A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB532542-
CMYK00.530.210.79
HSL323.57º35.9%15.29%-
HSV(B)323.57º52.83%20.78%-
XYZ2.231.622.39-
YUV35.31131.78140.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 42 (16.80% from 255) = 35%
R=44.17%
G=20.83%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254200.530.210.79323.5735.915.29
Hex35192A035154F14424f
Octal653152065251175044417
Binary1101011100110101001101011010110011111010001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35192A; }

 p { color: rgb(53,25,42); }

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

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

 a { background-color: rgb(53,25,42); }

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

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

 span { border-color: rgb(53,25,42); }

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