#4B182D

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

Shades of Blackberry #4B182D

Tints of Blackberry #4B182D

Color information

#4B182D (or 0x4B182D) is unknown color: approx Blackberry. HEX triplet: 4B, 18 and 2D. RGB value is (75,24,45). Sum of RGB (Red+Green+Blue) = 75+24+45=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182D is #B4E7D2. Grayscale: #292929. Windows color (decimal): -11855827 or 2955339. OLE color: 2955339.

HSL color Cylindrical-coordinate representation of color #4B182D: hue angle of 335.29º 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 #4B182D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB752445-
CMYK00.680.400.71
HSL335.29º51.52%19.41%-
HSV(B)335.29º68%29.41%-
XYZ3.72.342.74-
YUV41.64129.9151.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 24 (9.77% from 255) = 16.67%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=52.08%
G=16.67%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75244500.680.400.71335.2951.5219.41
Hex4B182D044284714f3413
Octal11330550104501075176423
Binary10010111100010110101000100101000100011110100111111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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