#4B0928

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

Shades of Blackberry #4B0928

Tints of Blackberry #4B0928

Color information

#4B0928 (or 0x4B0928) is unknown color: approx Blackberry. HEX triplet: 4B, 09 and 28. RGB value is (75,9,40). Sum of RGB (Red+Green+Blue) = 75+9+40=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0928 is #B4F6D7. Grayscale: #202020. Windows color (decimal): -11859672 or 2623819. OLE color: 2623819.

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

Color convert

RGB75940-
CMYK00.880.470.71
HSL331.82º78.57%16.47%-
HSV(B)331.82º88%29.41%-
XYZ3.381.842.19-
YUV32.27132.37158.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=60.48%
G=7.26%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7594000.880.470.71331.8278.5716.47
Hex4B9280582F4714c4f10
Octal113115001305710751411720
Binary10010111001101000010110001011111000111101001100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,9,40); }

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

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

 a { background-color: rgb(75,9,40); }

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

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

 span { border-color: rgb(75,9,40); }

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