#361928

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

Shades of Blackberry #361928

Tints of Blackberry #361928

Color information

#361928 (or 0x361928) is unknown color: approx Blackberry. HEX triplet: 36, 19 and 28. RGB value is (54,25,40). Sum of RGB (Red+Green+Blue) = 54+25+40=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #361928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361928 is #C9E6D7. Grayscale: #232323. Windows color (decimal): -13231832 or 2627894. OLE color: 2627894.

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

Color convert

RGB542540-
CMYK00.540.260.79
HSL328.97º36.71%15.49%-
HSV(B)328.97º53.7%21.18%-
XYZ2.251.632.2-
YUV35.38130.61141.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=45.38%
G=21.01%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54254000.540.260.79328.9736.7115.49
Hex3619280361A4F14925f
Octal663150066321175114517
Binary1101101100110100001101101101010011111010010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361928; }

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

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

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

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

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

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

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

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