#35091F

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

Shades of Blackberry #35091F

Tints of Blackberry #35091F

Color information

#35091F (or 0x35091F) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 1F. RGB value is (53,9,31). Sum of RGB (Red+Green+Blue) = 53+9+31=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #35091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35091F is #CAF6E0. Grayscale: #181818. Windows color (decimal): -13301473 or 2033973. OLE color: 2033973.

HSL color Cylindrical-coordinate representation of color #35091F: hue angle of 330º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35091F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB53931-
CMYK00.830.420.79
HSL330º70.97%12.16%-
HSV(B)330º83.02%20.78%-
XYZ1.811.051.4-
YUV24.66131.58148.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=56.99%
G=9.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5393100.830.420.7933070.9712.16
Hex3591F0532A4F14a47c
Octal65113701235211751210714
Binary11010110011111101010011101010100111110100101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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