#35091E

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

Shades of Blackberry #35091E

Tints of Blackberry #35091E

Color information

#35091E (or 0x35091E) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 1E. RGB value is (53,9,30). Sum of RGB (Red+Green+Blue) = 53+9+30=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #35091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35091E is #CAF6E1. Grayscale: #181818. Windows color (decimal): -13301474 or 1968437. OLE color: 1968437.

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

Color convert

RGB53930-
CMYK00.830.430.79
HSL331.36º70.97%12.16%-
HSV(B)331.36º83.02%20.78%-
XYZ1.81.051.34-
YUV24.55131.08148.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=57.61%
G=9.78%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5393000.830.430.79331.3670.9712.16
Hex3591E0532B4F14b47c
Octal65113601235311751310714
Binary11010110011111001010011101011100111110100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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