#351123

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

Shades of Blackberry #351123

Tints of Blackberry #351123

Color information

#351123 (or 0x351123) is unknown color: approx Blackberry. HEX triplet: 35, 11 and 23. RGB value is (53,17,35). Sum of RGB (Red+Green+Blue) = 53+17+35=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351123 is #CAEEDC. Grayscale: #1D1D1D. Windows color (decimal): -13299421 or 2298165. OLE color: 2298165.

HSL color Cylindrical-coordinate representation of color #351123: hue angle of 330º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #351123 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB531735-
CMYK00.680.340.79
HSL330º51.43%13.73%-
HSV(B)330º67.92%20.78%-
XYZ1.971.281.73-
YUV29.82130.93144.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=50.48%
G=16.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53173500.680.340.7933051.4313.73
Hex351123044224F14a33e
Octal6521430104421175126316
Binary110101100011000110100010010001010011111010010101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351123; }

 p { color: rgb(53,17,35); }

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

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

 a { background-color: rgb(53,17,35); }

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

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

 span { border-color: rgb(53,17,35); }

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