#35061F

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

Shades of Blackberry #35061F

Tints of Blackberry #35061F

Color information

#35061F (or 0x35061F) is unknown color: approx Blackberry. HEX triplet: 35, 06 and 1F. RGB value is (53,6,31). Sum of RGB (Red+Green+Blue) = 53+6+31=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35061F is #CAF9E0. Grayscale: #161616. Windows color (decimal): -13302241 or 2033205. OLE color: 2033205.

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

Color convert

RGB53631-
CMYK00.890.420.79
HSL328.09º79.66%11.57%-
HSV(B)328.09º88.68%20.78%-
XYZ1.780.991.39-
YUV22.9132.57149.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=58.89%
G=6.67%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5363100.890.420.79328.0979.6611.57
Hex3561F0592A4F14850c
Octal6563701315211751012014
Binary1101011101111101011001101010100111110100100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35061F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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