#361B2B

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

Shades of Blackberry #361B2B

Tints of Blackberry #361B2B

Color information

#361B2B (or 0x361B2B) is unknown color: approx Blackberry. HEX triplet: 36, 1B and 2B. RGB value is (54,27,43). Sum of RGB (Red+Green+Blue) = 54+27+43=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #361B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B2B is #C9E4D4. Grayscale: #242424. Windows color (decimal): -13231317 or 2825014. OLE color: 2825014.

HSL color Cylindrical-coordinate representation of color #361B2B: hue angle of 324.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #361B2B is Cyan = 0, Magento = 0.5, Yellow = 0.20 and Black (K on CMYK) = 0.79.

Color convert

RGB542743-
CMYK00.50.200.79
HSL324.44º33.33%15.88%-
HSV(B)324.44º50%21.18%-
XYZ2.351.742.5-
YUV36.9131.45140.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.55%
GREEN value IS 27 (10.94% from 255) = 21.77%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=43.55%
G=21.77%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54274300.50.200.79324.4433.3315.88
Hex361B2B032144F1442110
Octal663353062241175044120
Binary11011011011101011011001010100100111110100010010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361B2B; }

 p { color: rgb(54,27,43); }

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

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

 a { background-color: rgb(54,27,43); }

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

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

 span { border-color: rgb(54,27,43); }

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