#4B0C2F

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

Shades of Blackberry #4B0C2F

Tints of Blackberry #4B0C2F

Color information

#4B0C2F (or 0x4B0C2F) is unknown color: approx Blackberry. HEX triplet: 4B, 0C and 2F. RGB value is (75,12,47). Sum of RGB (Red+Green+Blue) = 75+12+47=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C2F is #B4F3D0. Grayscale: #222222. Windows color (decimal): -11858897 or 3083339. OLE color: 3083339.

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

Color convert

RGB751247-
CMYK00.840.370.71
HSL326.67º72.41%17.06%-
HSV(B)326.67º84%29.41%-
XYZ3.551.962.88-
YUV34.83134.87156.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 55.97%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=55.97%
G=8.96%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75124700.840.370.71326.6772.4117.06
Hex4BC2F05425471474811
Octal113145701244510750711021
Binary10010111100101111010101001001011000111101000111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,47); }

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

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

 a { background-color: rgb(75,12,47); }

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

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

 span { border-color: rgb(75,12,47); }

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