#4B1026

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

Shades of Blackberry #4B1026

Tints of Blackberry #4B1026

Color information

#4B1026 (or 0x4B1026) is unknown color: approx Blackberry. HEX triplet: 4B, 10 and 26. RGB value is (75,16,38). Sum of RGB (Red+Green+Blue) = 75+16+38=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1026 is #B4EFD9. Grayscale: #242424. Windows color (decimal): -11857882 or 2494539. OLE color: 2494539.

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

Color convert

RGB751638-
CMYK00.790.490.71
HSL337.63º64.84%17.84%-
HSV(B)337.63º78.67%29.41%-
XYZ3.442.012.04-
YUV36.15129.05155.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=58.14%
G=12.40%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75163800.790.490.71337.6364.8417.84
Hex4B102604F31471524112
Octal113204601176110752210122
Binary100101110000100110010011111100011000111101010010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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