#35091D

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

Shades of Blackberry #35091D

Tints of Blackberry #35091D

Color information

#35091D (or 0x35091D) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 1D. RGB value is (53,9,29). Sum of RGB (Red+Green+Blue) = 53+9+29=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #35091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35091D is #CAF6E2. Grayscale: #181818. Windows color (decimal): -13301475 or 1902901. OLE color: 1902901.

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

Color convert

RGB53929-
CMYK00.830.450.79
HSL332.73º70.97%12.16%-
HSV(B)332.73º83.02%20.78%-
XYZ1.791.041.27-
YUV24.44130.58148.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=58.24%
G=9.89%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5392900.830.450.79332.7370.9712.16
Hex3591D0532D4F14d47c
Octal65113501235511751510714
Binary11010110011110101010011101101100111110100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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