#4B0635

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

Shades of Blackberry #4B0635

Tints of Blackberry #4B0635

Color information

#4B0635 (or 0x4B0635) is unknown color: approx Blackberry. HEX triplet: 4B, 06 and 35. RGB value is (75,6,53). Sum of RGB (Red+Green+Blue) = 75+6+53=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0635 is #B4F9CA. Grayscale: #1F1F1F. Windows color (decimal): -11860427 or 3475019. OLE color: 3475019.

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

Color convert

RGB75653-
CMYK00.920.290.71
HSL319.13º85.19%15.88%-
HSV(B)319.13º92%29.41%-
XYZ3.611.883.54-
YUV31.99139.86158.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 6 (2.73% from 255) = 4.48%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=55.97%
G=4.48%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7565300.920.290.71319.1385.1915.88
Hex4B63505C1D4713f5510
Octal11366501343510747712520
Binary100101111011010101011100111011000111100111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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