#361C2B

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

Shades of Blackberry #361C2B

Tints of Blackberry #361C2B

Color information

#361C2B (or 0x361C2B) is unknown color: approx Blackberry. HEX triplet: 36, 1C and 2B. RGB value is (54,28,43). Sum of RGB (Red+Green+Blue) = 54+28+43=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 54 - color contains mainly: red. Hex color #361C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C2B is #C9E3D4. Grayscale: #252525. Windows color (decimal): -13231061 or 2825270. OLE color: 2825270.

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

Color convert

RGB542843-
CMYK00.480.200.79
HSL325.38º31.71%16.08%-
HSV(B)325.38º48.15%21.18%-
XYZ2.371.792.51-
YUV37.48131.11139.78-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 28 (11.33% from 255) = 22.4%
BLUE value IS 43 (17.19% from 255) = 34.4%
R=43.2%
G=22.4%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54284300.480.200.79325.3831.7116.08
Hex361C2B030144F1452010
Octal663453060241175054020
Binary11011011100101011011000010100100111110100010110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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