#35031C

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

Shades of Blackberry #35031C

Tints of Blackberry #35031C

Color information

#35031C (or 0x35031C) is unknown color: approx Blackberry. HEX triplet: 35, 03 and 1C. RGB value is (53,3,28). Sum of RGB (Red+Green+Blue) = 53+3+28=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #35031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35031C is #CAFCE3. Grayscale: #141414. Windows color (decimal): -13303012 or 1835829. OLE color: 1835829.

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

Color convert

RGB53328-
CMYK00.940.470.79
HSL330º89.29%10.98%-
HSV(B)330º94.34%20.78%-
XYZ1.710.911.18-
YUV20.8132.06150.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 63.10%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=63.10%
G=3.57%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5332800.940.470.7933089.2910.98
Hex3531C05E2F4F14a59b
Octal6533401365711751213113
Binary110101111110001011110101111100111110100101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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