#35122A

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

Shades of Blackberry #35122A

Tints of Blackberry #35122A

Color information

#35122A (or 0x35122A) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 2A. RGB value is (53,18,42). Sum of RGB (Red+Green+Blue) = 53+18+42=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #35122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35122A is #CAEDD5. Grayscale: #1F1F1F. Windows color (decimal): -13299158 or 2757173. OLE color: 2757173.

HSL color Cylindrical-coordinate representation of color #35122A: hue angle of 318.86º 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 #35122A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB531842-
CMYK00.660.210.79
HSL318.86º49.3%13.92%-
HSV(B)318.86º66.04%20.78%-
XYZ2.11.362.34-
YUV31.2134.1143.55-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=46.90%
G=15.93%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184200.660.210.79318.8649.313.92
Hex35122A042154F13f31e
Octal6522520102251174776116
Binary11010110010101010010000101010110011111001111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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