#4B0F3A

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

Shades of Blackberry #4B0F3A

Tints of Blackberry #4B0F3A

Color information

#4B0F3A (or 0x4B0F3A) is unknown color: approx Blackberry. HEX triplet: 4B, 0F and 3A. RGB value is (75,15,58). Sum of RGB (Red+Green+Blue) = 75+15+58=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 15 (6.25% from 255 or 10.14% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0F3A is #B4F0C5. Grayscale: #252525. Windows color (decimal): -11858118 or 3805003. OLE color: 3805003.

HSL color Cylindrical-coordinate representation of color #4B0F3A: hue angle of 317º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B0F3A is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB751558-
CMYK00.800.230.71
HSL317º66.67%17.65%-
HSV(B)317º80%29.41%-
XYZ3.842.144.21-
YUV37.84139.38154.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.68%
GREEN value IS 15 (6.25% from 255) = 10.14%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=50.68%
G=10.14%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75155800.800.230.7131766.6717.65
Hex4BF3A050174713d4312
Octal113177201202710747510322
Binary1001011111111101001010000101111000111100111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,58); }

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

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

 a { background-color: rgb(75,15,58); }

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

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

 span { border-color: rgb(75,15,58); }

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