#35081A

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

Shades of Blackberry #35081A

Tints of Blackberry #35081A

Color information

#35081A (or 0x35081A) is unknown color: approx Blackberry. HEX triplet: 35, 08 and 1A. RGB value is (53,8,26). Sum of RGB (Red+Green+Blue) = 53+8+26=87 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.92% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 53 - color contains mainly: red. Hex color #35081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35081A is #CAF7E5. Grayscale: #171717. Windows color (decimal): -13301734 or 1706037. OLE color: 1706037.

HSL color Cylindrical-coordinate representation of color #35081A: hue angle of 336º 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 #35081A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB53826-
CMYK00.850.510.79
HSL336º73.77%11.96%-
HSV(B)336º84.91%20.78%-
XYZ1.741.011.08-
YUV23.51129.41149.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.92%
GREEN value IS 8 (3.52% from 255) = 9.20%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=60.92%
G=9.20%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5382600.850.510.7933673.7711.96
Hex3581A055334F1504ac
Octal65103201256311752011214
Binary11010110001101001010101110011100111110101000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35081A; }

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

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

<style>
 a { background-color: #35081A; }

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

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

<style>
 span { border-color: #35081A; }

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

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