#3B182E

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

Shades of Blackberry #3B182E

Tints of Blackberry #3B182E

Color information

#3B182E (or 0x3B182E) is unknown color: approx Blackberry. HEX triplet: 3B, 18 and 2E. RGB value is (59,24,46). Sum of RGB (Red+Green+Blue) = 59+24+46=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B182E is #C4E7D1. Grayscale: #242424. Windows color (decimal): -12904402 or 3020859. OLE color: 3020859.

HSL color Cylindrical-coordinate representation of color #3B182E: hue angle of 322.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B182E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB592446-
CMYK00.590.220.77
HSL322.29º42.17%16.27%-
HSV(B)322.29º59.32%23.14%-
XYZ2.621.782.79-
YUV36.97133.1143.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 46 (18.36% from 255) = 35.66%
R=45.74%
G=18.60%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59244600.590.220.77322.2942.1716.27
Hex3B182E03B164D1422a10
Octal733056073261155025220
Binary11101111000101110011101110110100110110100001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B182E; }

 p { color: rgb(59,24,46); }

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

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

 a { background-color: rgb(59,24,46); }

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

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

 span { border-color: rgb(59,24,46); }

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