#4B102B

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

Shades of Blackberry #4B102B

Tints of Blackberry #4B102B

Color information

#4B102B (or 0x4B102B) is unknown color: approx Blackberry. HEX triplet: 4B, 10 and 2B. RGB value is (75,16,43). Sum of RGB (Red+Green+Blue) = 75+16+43=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B102B is #B4EFD4. Grayscale: #242424. Windows color (decimal): -11857877 or 2822219. OLE color: 2822219.

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

Color convert

RGB751643-
CMYK00.790.430.71
HSL332.54º64.84%17.84%-
HSV(B)332.54º78.67%29.41%-
XYZ3.522.042.49-
YUV36.72131.55155.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=55.97%
G=11.94%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75164300.790.430.71332.5464.8417.84
Hex4B102B04F2B4714d4112
Octal113205301175310751510122
Binary100101110000101011010011111010111000111101001101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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