#35102B

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

Shades of Blackberry #35102B

Tints of Blackberry #35102B

Color information

#35102B (or 0x35102B) is unknown color: approx Blackberry. HEX triplet: 35, 10 and 2B. RGB value is (53,16,43). Sum of RGB (Red+Green+Blue) = 53+16+43=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #35102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35102B is #CAEFD4. Grayscale: #1E1E1E. Windows color (decimal): -13299669 or 2822197. OLE color: 2822197.

HSL color Cylindrical-coordinate representation of color #35102B: hue angle of 316.22º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35102B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB531643-
CMYK00.700.190.79
HSL316.22º53.62%13.53%-
HSV(B)316.22º69.81%20.78%-
XYZ2.091.32.43-
YUV30.14135.26144.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=47.32%
G=14.29%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53164300.700.190.79316.2253.6213.53
Hex35102B046134F13c36e
Octal6520530106231174746616
Binary11010110000101011010001101001110011111001111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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