#4B102A

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

Shades of Blackberry #4B102A

Tints of Blackberry #4B102A

Color information

#4B102A (or 0x4B102A) is unknown color: approx Blackberry. HEX triplet: 4B, 10 and 2A. RGB value is (75,16,42). Sum of RGB (Red+Green+Blue) = 75+16+42=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B102A is #B4EFD5. Grayscale: #242424. Windows color (decimal): -11857878 or 2756683. OLE color: 2756683.

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

Color convert

RGB751642-
CMYK00.790.440.71
HSL333.56º64.84%17.84%-
HSV(B)333.56º78.67%29.41%-
XYZ3.52.032.4-
YUV36.61131.05155.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=56.39%
G=12.03%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75164200.790.440.71333.5664.8417.84
Hex4B102A04F2C4714e4112
Octal113205201175410751610122
Binary100101110000101010010011111011001000111101001110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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