#35061E

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

Shades of Blackberry #35061E

Tints of Blackberry #35061E

Color information

#35061E (or 0x35061E) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 1E. RGB value is (53,6,30). Sum of RGB (Red+Green+Blue) = 53+6+30=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 6 (2.73% from 255 or 6.74% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #35061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35061E is #CAF9E1. Grayscale: #161616. Windows color (decimal): -13302242 or 1967669. OLE color: 1967669.

HSL color Cylindrical-coordinate representation of color #35061E: hue angle of 329.36º 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 #35061E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB53630-
CMYK00.890.430.79
HSL329.36º79.66%11.57%-
HSV(B)329.36º88.68%20.78%-
XYZ1.770.981.32-
YUV22.79132.07149.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 6 (2.73% from 255) = 6.74%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=59.55%
G=6.74%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363000.890.430.79329.3679.6611.57
Hex3561E0592B4F14950c
Octal6563601315311751112014
Binary1101011101111001011001101011100111110100100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35061E; }

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

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

<style>
 a { background-color: #35061E; }

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

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

<style>
 span { border-color: #35061E; }

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

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