#4B0235

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

Shades of Blackberry #4B0235

Tints of Blackberry #4B0235

Color information

#4B0235 (or 0x4B0235) is unknown color: approx Blackberry. HEX triplet: 4B, 02 and 35. RGB value is (75,2,53). Sum of RGB (Red+Green+Blue) = 75+2+53=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0235 is #B4FDCA. Grayscale: #1D1D1D. Windows color (decimal): -11861451 or 3473995. OLE color: 3473995.

HSL color Cylindrical-coordinate representation of color #4B0235: hue angle of 318.08º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0235 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB75253-
CMYK00.970.290.71
HSL318.08º94.81%15.1%-
HSV(B)318.08º97.33%29.41%-
XYZ3.571.83.53-
YUV29.64141.18160.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.69%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=57.69%
G=1.54%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7525300.970.290.71318.0894.8115.1
Hex4B2350611D4713e5ff
Octal11326501413510747613717
Binary1001011101101010110000111101100011110011111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,2,53); }

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

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

 a { background-color: rgb(75,2,53); }

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

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

 span { border-color: rgb(75,2,53); }

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