#35092B

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

Shades of Blackberry #35092B

Tints of Blackberry #35092B

Color information

#35092B (or 0x35092B) is unknown color: approx Blackberry. HEX triplet: 35, 09 and 2B. RGB value is (53,9,43). Sum of RGB (Red+Green+Blue) = 53+9+43=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35092B is #CAF6D4. Grayscale: #191919. Windows color (decimal): -13301461 or 2820405. OLE color: 2820405.

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

Color convert

RGB53943-
CMYK00.830.190.79
HSL313.64º70.97%12.16%-
HSV(B)313.64º83.02%20.78%-
XYZ21.132.4-
YUV26.03137.58147.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=50.48%
G=8.57%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5394300.830.190.79313.6470.9712.16
Hex3592B053134F13a47c
Octal65115301232311747210714
Binary11010110011010110101001110011100111110011101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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