#35031B

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

Shades of Blackberry #35031B

Tints of Blackberry #35031B

Color information

#35031B (or 0x35031B) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 1B. RGB value is (53,3,27). Sum of RGB (Red+Green+Blue) = 53+3+27=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #35031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35031B is #CAFCE4. Grayscale: #141414. Windows color (decimal): -13303013 or 1770293. OLE color: 1770293.

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

Color convert

RGB53327-
CMYK00.940.490.79
HSL331.2º89.29%10.98%-
HSV(B)331.2º94.34%20.78%-
XYZ1.70.91.12-
YUV20.69131.56151.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.86%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=63.86%
G=3.61%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332700.940.490.79331.289.2910.98
Hex3531B05E314F14b59b
Octal6533301366111751313113
Binary110101111101101011110110001100111110100101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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