#4B062B

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

Shades of Blackberry #4B062B

Tints of Blackberry #4B062B

Color information

#4B062B (or 0x4B062B) is unknown color: approx Blackberry. HEX triplet: 4B, 06 and 2B. RGB value is (75,6,43). Sum of RGB (Red+Green+Blue) = 75+6+43=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B062B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B062B is #B4F9D4. Grayscale: #1E1E1E. Windows color (decimal): -11860437 or 2819659. OLE color: 2819659.

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

Color convert

RGB75643-
CMYK00.920.430.71
HSL327.83º85.19%15.88%-
HSV(B)327.83º92%29.41%-
XYZ3.41.82.45-
YUV30.85134.86159.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 43 (17.19% from 255) = 34.68%
R=60.48%
G=4.84%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7564300.920.430.71327.8385.1915.88
Hex4B62B05C2B471485510
Octal11365301345310751012520
Binary1001011110101011010111001010111000111101001000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B062B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,6,43); }

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

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

 a { background-color: rgb(75,6,43); }

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

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

 span { border-color: rgb(75,6,43); }

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