#35031E

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

Shades of Blackberry #35031E

Tints of Blackberry #35031E

Color information

#35031E (or 0x35031E) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 1E. RGB value is (53,3,30). Sum of RGB (Red+Green+Blue) = 53+3+30=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #35031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35031E is #CAFCE1. Grayscale: #141414. Windows color (decimal): -13303010 or 1966901. OLE color: 1966901.

HSL color Cylindrical-coordinate representation of color #35031E: hue angle of 327.6º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35031E is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB53330-
CMYK00.940.430.79
HSL327.6º89.29%10.98%-
HSV(B)327.6º94.34%20.78%-
XYZ1.740.921.31-
YUV21.03133.06150.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 61.63%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=61.63%
G=3.49%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5333000.940.430.79327.689.2910.98
Hex3531E05E2B4F14859b
Octal6533601365311751013113
Binary110101111111001011110101011100111110100100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35031E; }

 p { color: rgb(53,3,30); }

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

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

 a { background-color: rgb(53,3,30); }

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

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

 span { border-color: rgb(53,3,30); }

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