#361525

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

Shades of Blackberry #361525

Tints of Blackberry #361525

Color information

#361525 (or 0x361525) is unknown color: approx Blackberry. HEX triplet: 36, 15 and 25. RGB value is (54,21,37). Sum of RGB (Red+Green+Blue) = 54+21+37=112 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.21% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 54 - color contains mainly: red. Hex color #361525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361525 is #C9EADA. Grayscale: #202020. Windows color (decimal): -13232859 or 2430262. OLE color: 2430262.

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

Color convert

RGB542137-
CMYK00.610.310.79
HSL330.91º44%14.71%-
HSV(B)330.91º61.11%21.18%-
XYZ2.121.451.92-
YUV32.69130.43143.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 48.21%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=48.21%
G=18.75%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54213700.610.310.79330.914414.71
Hex36152503D1F4F14b2cf
Octal662545075371175135417
Binary1101101010110010101111011111110011111010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361525; }

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

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

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

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

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

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

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

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