#361625

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

Shades of Blackberry #361625

Tints of Blackberry #361625

Color information

#361625 (or 0x361625) is unknown color: approx Blackberry. HEX triplet: 36, 16 and 25. RGB value is (54,22,37). Sum of RGB (Red+Green+Blue) = 54+22+37=113 (14% of max value = 765). Red value is 54 (21.48% from 255 or 47.79% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 54 - color contains mainly: red. Hex color #361625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361625 is #C9E9DA. Grayscale: #212121. Windows color (decimal): -13232603 or 2430518. OLE color: 2430518.

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

Color convert

RGB542237-
CMYK00.590.310.79
HSL331.88º42.11%14.9%-
HSV(B)331.88º59.26%21.18%-
XYZ2.141.491.93-
YUV33.28130.1142.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 47.79%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 37 (14.84% from 255) = 32.74%
R=47.79%
G=19.47%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54223700.590.310.79331.8842.1114.9
Hex36162503B1F4F14c2af
Octal662645073371175145217
Binary1101101011010010101110111111110011111010011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361625; }

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

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

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

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

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

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

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

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