#35062C

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

Shades of Blackberry #35062C

Tints of Blackberry #35062C

Color information

#35062C (or 0x35062C) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 2C. RGB value is (53,6,44). Sum of RGB (Red+Green+Blue) = 53+6+44=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35062C is #CAF9D3. Grayscale: #181818. Windows color (decimal): -13302228 or 2885173. OLE color: 2885173.

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

Color convert

RGB53644-
CMYK00.890.170.79
HSL311.49º79.66%11.57%-
HSV(B)311.49º88.68%20.78%-
XYZ1.991.072.48-
YUV24.38139.07148.41-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.46%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=51.46%
G=5.83%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5364400.890.170.79311.4979.6611.57
Hex3562C059114F13750c
Octal6565401312111746712014
Binary1101011101011000101100110001100111110011011110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35062C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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