#35192B

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

Shades of Blackberry #35192B

Tints of Blackberry #35192B

Color information

#35192B (or 0x35192B) is unknown color: approx Blackberry. HEX triplet: 35, 19 and 2B. RGB value is (53,25,43). Sum of RGB (Red+Green+Blue) = 53+25+43=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192B is #CAE6D4. Grayscale: #232323. Windows color (decimal): -13297365 or 2824501. OLE color: 2824501.

HSL color Cylindrical-coordinate representation of color #35192B: hue angle of 321.43º 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 #35192B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB532543-
CMYK00.530.190.79
HSL321.43º35.9%15.29%-
HSV(B)321.43º52.83%20.78%-
XYZ2.251.632.48-
YUV35.42132.28140.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.80%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 43 (17.19% from 255) = 35.54%
R=43.80%
G=20.66%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53254300.530.190.79321.4335.915.29
Hex35192B035134F14124f
Octal653153065231175014417
Binary1101011100110101101101011001110011111010000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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