#35082C

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

Shades of Blackberry #35082C

Tints of Blackberry #35082C

Color information

#35082C (or 0x35082C) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 2C. RGB value is (53,8,44). Sum of RGB (Red+Green+Blue) = 53+8+44=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35082C is #CAF7D3. Grayscale: #191919. Windows color (decimal): -13301716 or 2885685. OLE color: 2885685.

HSL color Cylindrical-coordinate representation of color #35082C: hue angle of 312º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35082C is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB53844-
CMYK00.850.170.79
HSL312º73.77%11.96%-
HSV(B)312º84.91%20.78%-
XYZ2.011.112.49-
YUV25.56138.41147.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=50.48%
G=7.62%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5384400.850.170.7931273.7711.96
Hex3582C055114F1384ac
Octal65105401252111747011214
Binary11010110001011000101010110001100111110011100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,8,44); }

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

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

 a { background-color: rgb(53,8,44); }

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

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

 span { border-color: rgb(53,8,44); }

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