#4B182E

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

Shades of Blackberry #4B182E

Tints of Blackberry #4B182E

Color information

#4B182E (or 0x4B182E) is unknown color: approx Blackberry. HEX triplet: 4B, 18 and 2E. RGB value is (75,24,46). Sum of RGB (Red+Green+Blue) = 75+24+46=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182E is #B4E7D1. Grayscale: #292929. Windows color (decimal): -11855826 or 3020875. OLE color: 3020875.

HSL color Cylindrical-coordinate representation of color #4B182E: hue angle of 334.12º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B182E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB752446-
CMYK00.680.390.71
HSL334.12º51.52%19.41%-
HSV(B)334.12º68%29.41%-
XYZ3.722.352.84-
YUV41.76130.4151.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=51.72%
G=16.55%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75244600.680.390.71334.1251.5219.41
Hex4B182E044274714e3413
Octal11330560104471075166423
Binary10010111100010111001000100100111100011110100111011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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