#361228

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

Shades of Blackberry #361228

Tints of Blackberry #361228

Color information

#361228 (or 0x361228) is unknown color: approx Blackberry. HEX triplet: 36, 12 and 28. RGB value is (54,18,40). Sum of RGB (Red+Green+Blue) = 54+18+40=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361228 is #C9EDD7. Grayscale: #1F1F1F. Windows color (decimal): -13233624 or 2626102. OLE color: 2626102.

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

Color convert

RGB541840-
CMYK00.670.260.79
HSL323.33º50%14.12%-
HSV(B)323.33º66.67%21.18%-
XYZ2.121.372.16-
YUV31.27132.93144.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 40 (16.02% from 255) = 35.71%
R=48.21%
G=16.07%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54184000.670.260.79323.335014.12
Hex3612280431A4F14332e
Octal6622500103321175036216
Binary11011010010101000010000111101010011111010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361228; }

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

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

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

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

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

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

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

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