#35122C

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

Shades of Blackberry #35122C

Tints of Blackberry #35122C

Color information

#35122C (or 0x35122C) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 2C. RGB value is (53,18,44). Sum of RGB (Red+Green+Blue) = 53+18+44=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35122C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122C is #CAEDD3. Grayscale: #1F1F1F. Windows color (decimal): -13299156 or 2888245. OLE color: 2888245.

HSL color Cylindrical-coordinate representation of color #35122C: hue angle of 315.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35122C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB531844-
CMYK00.660.170.79
HSL315.43º49.3%13.92%-
HSV(B)315.43º66.04%20.78%-
XYZ2.141.372.53-
YUV31.43135.1143.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=46.09%
G=15.65%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184400.660.170.79315.4349.313.92
Hex35122C042114F13b31e
Octal6522540102211174736116
Binary11010110010101100010000101000110011111001110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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