#35092C

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

Shades of Blackberry #35092C

Tints of Blackberry #35092C

Color information

#35092C (or 0x35092C) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 2C. RGB value is (53,9,44). Sum of RGB (Red+Green+Blue) = 53+9+44=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 44 (17.58% from 255 or 41.51% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #35092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35092C is #CAF6D3. Grayscale: #1A1A1A. Windows color (decimal): -13301460 or 2885941. OLE color: 2885941.

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

Color convert

RGB53944-
CMYK00.830.170.79
HSL312.27º70.97%12.16%-
HSV(B)312.27º83.02%20.78%-
XYZ2.021.132.5-
YUV26.15138.08147.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 44 (17.58% from 255) = 41.51%
R=50%
G=8.49%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5394400.830.170.79312.2770.9712.16
Hex3592C053114F13847c
Octal65115401232111747010714
Binary11010110011011000101001110001100111110011100010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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