#35182A

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

Shades of Blackberry #35182A

Tints of Blackberry #35182A

Color information

#35182A (or 0x35182A) is unknown color: approx Blackberry. HEX triplet: 35, 18 and 2A. RGB value is (53,24,42). Sum of RGB (Red+Green+Blue) = 53+24+42=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #35182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35182A is #CAE7D5. Grayscale: #222222. Windows color (decimal): -13297622 or 2758709. OLE color: 2758709.

HSL color Cylindrical-coordinate representation of color #35182A: hue angle of 322.76º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35182A is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB532442-
CMYK00.550.210.79
HSL322.76º37.66%15.1%-
HSV(B)322.76º54.72%20.78%-
XYZ2.211.582.38-
YUV34.72132.11141.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=44.54%
G=20.17%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53244200.550.210.79322.7637.6615.1
Hex35182A037154F14326f
Octal653052067251175034617
Binary1101011100010101001101111010110011111010000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35182A; }

 p { color: rgb(53,24,42); }

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

<style>
 a { background-color: #35182A; }

 a { background-color: rgb(53,24,42); }

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

<style>
 span { border-color: #35182A; }

 span { border-color: rgb(53,24,42); }

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