#361629

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

Shades of Blackberry #361629

Tints of Blackberry #361629

Color information

#361629 (or 0x361629) is unknown color: approx Blackberry. HEX triplet: 36, 16 and 29. RGB value is (54,22,41). Sum of RGB (Red+Green+Blue) = 54+22+41=117 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.15% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 54 - color contains mainly: red. Hex color #361629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361629 is #C9E9D6. Grayscale: #212121. Windows color (decimal): -13232599 or 2692662. OLE color: 2692662.

HSL color Cylindrical-coordinate representation of color #361629: hue angle of 324.38º 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 #361629 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB542241-
CMYK00.590.240.79
HSL324.38º42.11%14.9%-
HSV(B)324.38º59.26%21.18%-
XYZ2.211.522.27-
YUV33.73132.1142.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.15%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=46.15%
G=18.80%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54224100.590.240.79324.3842.1114.9
Hex36162903B184F1442af
Octal662651073301175045217
Binary1101101011010100101110111100010011111010001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361629; }

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

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

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

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

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

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

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

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