#4B072F

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

Shades of Blackberry #4B072F

Tints of Blackberry #4B072F

Color information

#4B072F (or 0x4B072F) is unknown color: approx Blackberry. HEX triplet: 4B, 07 and 2F. RGB value is (75,7,47). Sum of RGB (Red+Green+Blue) = 75+7+47=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B072F is #B4F8D0. Grayscale: #1F1F1F. Windows color (decimal): -11860177 or 3082059. OLE color: 3082059.

HSL color Cylindrical-coordinate representation of color #4B072F: hue angle of 324.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B072F is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB75747-
CMYK00.910.370.71
HSL324.71º82.93%16.08%-
HSV(B)324.71º90.67%29.41%-
XYZ3.491.852.86-
YUV31.89136.53158.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 47 (18.75% from 255) = 36.43%
R=58.14%
G=5.43%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7574700.910.370.71324.7182.9316.08
Hex4B72F05B25471455310
Octal11375701334510750512320
Binary1001011111101111010110111001011000111101000101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,47); }

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

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

 a { background-color: rgb(75,7,47); }

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

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

 span { border-color: rgb(75,7,47); }

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