#36132B

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

Shades of Blackberry #36132B

Tints of Blackberry #36132B

Color information

#36132B (or 0x36132B) is unknown color: approx Blackberry. HEX triplet: 36, 13 and 2B. RGB value is (54,19,43). Sum of RGB (Red+Green+Blue) = 54+19+43=116 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.55% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 54 - color contains mainly: red. Hex color #36132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #36132B is #C9ECD4. Grayscale: #202020. Windows color (decimal): -13233365 or 2822966. OLE color: 2822966.

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

Color convert

RGB541943-
CMYK00.650.200.79
HSL318.86º47.95%14.31%-
HSV(B)318.86º64.81%21.18%-
XYZ2.191.422.45-
YUV32.2134.1143.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.55%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=46.55%
G=16.38%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54194300.650.200.79318.8647.9514.31
Hex36132B041144F13f30e
Octal6623530101241174776016
Binary11011010011101011010000011010010011111001111111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36132B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36132B; }

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

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

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

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

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

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

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

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