#35091C

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

Shades of Blackberry #35091C

Tints of Blackberry #35091C

Color information

#35091C (or 0x35091C) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 1C. RGB value is (53,9,28). Sum of RGB (Red+Green+Blue) = 53+9+28=90 (11% of max value = 765). Red value is 53 (21.09% from 255 or 58.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 53 - color contains mainly: red. Hex color #35091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35091C is #CAF6E3. Grayscale: #181818. Windows color (decimal): -13301476 or 1837365. OLE color: 1837365.

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

Color convert

RGB53928-
CMYK00.830.470.79
HSL334.09º70.97%12.16%-
HSV(B)334.09º83.02%20.78%-
XYZ1.781.041.21-
YUV24.32130.08148.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.89%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=58.89%
G=10%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5392800.830.470.79334.0970.9712.16
Hex3591C0532F4F14e47c
Octal65113401235711751610714
Binary11010110011110001010011101111100111110100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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