#35012A

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

Shades of Blackberry #35012A

Tints of Blackberry #35012A

Color information

#35012A (or 0x35012A) is unknown color: approx Blackberry. HEX triplet: 35, 01 and 2A. RGB value is (53,1,42). Sum of RGB (Red+Green+Blue) = 53+1+42=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #35012A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35012A is #CAFED5. Grayscale: #151515. Windows color (decimal): -13303510 or 2752821. OLE color: 2752821.

HSL color Cylindrical-coordinate representation of color #35012A: hue angle of 312.69º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35012A is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB53142-
CMYK00.980.210.79
HSL312.69º96.3%10.59%-
HSV(B)312.69º98.11%20.78%-
XYZ1.90.952.27-
YUV21.22139.73150.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 1 (0.78% from 255) = 1.04%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=55.21%
G=1.04%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5314200.980.210.79312.6996.310.59
Hex3512A062154F13960b
Octal6515201422511747114013
Binary11010111010100110001010101100111110011100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,1,42); }

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

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

 a { background-color: rgb(53,1,42); }

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

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

 span { border-color: rgb(53,1,42); }

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