#351228

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

Shades of Blackberry #351228

Tints of Blackberry #351228

Color information

#351228 (or 0x351228) is unknown color: approx Blackberry. HEX triplet: 35, 12 and 28. RGB value is (53,18,40). Sum of RGB (Red+Green+Blue) = 53+18+40=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351228 is #CAEDD7. Grayscale: #1E1E1E. Windows color (decimal): -13299160 or 2626101. OLE color: 2626101.

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

Color convert

RGB531840-
CMYK00.660.250.79
HSL322.29º49.3%13.92%-
HSV(B)322.29º66.04%20.78%-
XYZ2.071.342.16-
YUV30.97133.1143.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 40 (16.02% from 255) = 36.04%
R=47.75%
G=16.22%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53184000.660.250.79322.2949.313.92
Hex351228042194F14231e
Octal6522500102311175026116
Binary11010110010101000010000101100110011111010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351228; }

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

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

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

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

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

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

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

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