#361325

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

Shades of Blackberry #361325

Tints of Blackberry #361325

Color information

#361325 (or 0x361325) is unknown color: approx Blackberry. HEX triplet: 36, 13 and 25. RGB value is (54,19,37). Sum of RGB (Red+Green+Blue) = 54+19+37=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361325 is #C9ECDA. Grayscale: #1F1F1F. Windows color (decimal): -13233371 or 2429750. OLE color: 2429750.

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

Color convert

RGB541937-
CMYK00.650.310.79
HSL329.14º47.95%14.31%-
HSV(B)329.14º64.81%21.18%-
XYZ2.091.381.91-
YUV31.52131.1144.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 49.09%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=49.09%
G=17.27%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54193700.650.310.79329.1447.9514.31
Hex3613250411F4F14930e
Octal6623450101371175116016
Binary11011010011100101010000011111110011111010010011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361325; }

 p { color: rgb(54,19,37); }

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

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

 a { background-color: rgb(54,19,37); }

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

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

 span { border-color: rgb(54,19,37); }

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