#35062A

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

Shades of Blackberry #35062A

Tints of Blackberry #35062A

Color information

#35062A (or 0x35062A) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 2A. RGB value is (53,6,42). Sum of RGB (Red+Green+Blue) = 53+6+42=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35062A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35062A is #CAF9D5. Grayscale: #181818. Windows color (decimal): -13302230 or 2754101. OLE color: 2754101.

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

Color convert

RGB53642-
CMYK00.890.210.79
HSL314.04º79.66%11.57%-
HSV(B)314.04º88.68%20.78%-
XYZ1.951.052.29-
YUV24.16138.07148.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=52.48%
G=5.94%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5364200.890.210.79314.0479.6611.57
Hex3562A059154F13a50c
Octal6565201312511747212014
Binary1101011101010100101100110101100111110011101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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