#35061D

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

Shades of Blackberry #35061D

Tints of Blackberry #35061D

Color information

#35061D (or 0x35061D) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 1D. RGB value is (53,6,29). Sum of RGB (Red+Green+Blue) = 53+6+29=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #35061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35061D is #CAF9E2. Grayscale: #161616. Windows color (decimal): -13302243 or 1902133. OLE color: 1902133.

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

Color convert

RGB53629-
CMYK00.890.450.79
HSL330.64º79.66%11.57%-
HSV(B)330.64º88.68%20.78%-
XYZ1.760.981.26-
YUV22.68131.57149.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 60.23%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 29 (11.72% from 255) = 32.95%
R=60.23%
G=6.82%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5362900.890.450.79330.6479.6611.57
Hex3561D0592D4F14b50c
Octal6563501315511751312014
Binary1101011101110101011001101101100111110100101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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