#4B0B25

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

Shades of Blackberry #4B0B25

Tints of Blackberry #4B0B25

Color information

#4B0B25 (or 0x4B0B25) is unknown color: approx Blackberry. HEX triplet: 4B, 0B and 25. RGB value is (75,11,37). Sum of RGB (Red+Green+Blue) = 75+11+37=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0B25 is #B4F4DA. Grayscale: #212121. Windows color (decimal): -11859163 or 2427723. OLE color: 2427723.

HSL color Cylindrical-coordinate representation of color #4B0B25: hue angle of 335.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B0B25 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB751137-
CMYK00.850.510.71
HSL335.62º74.42%16.86%-
HSV(B)335.62º85.33%29.41%-
XYZ3.361.871.93-
YUV33.1130.2157.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=60.98%
G=8.94%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75113700.850.510.71335.6274.4216.86
Hex4BB2505533471504a11
Octal113134501256310752011221
Binary10010111011100101010101011100111000111101010000100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,11,37); }

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

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

 a { background-color: rgb(75,11,37); }

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

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

 span { border-color: rgb(75,11,37); }

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