#35152B

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

Shades of Blackberry #35152B

Tints of Blackberry #35152B

Color information

#35152B (or 0x35152B) is unknown color: approx Blackberry. HEX triplet: 35, 15 and 2B. RGB value is (53,21,43). Sum of RGB (Red+Green+Blue) = 53+21+43=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35152B is #CAEAD4. Grayscale: #212121. Windows color (decimal): -13298389 or 2823477. OLE color: 2823477.

HSL color Cylindrical-coordinate representation of color #35152B: hue angle of 318.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35152B is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB532143-
CMYK00.600.190.79
HSL318.75º43.24%14.51%-
HSV(B)318.75º60.38%20.78%-
XYZ2.171.472.45-
YUV33.08133.6142.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.30%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=45.30%
G=17.95%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53214300.600.190.79318.7543.2414.51
Hex35152B03C134F13f2bf
Octal652553074231174775317
Binary1101011010110101101111001001110011111001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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