#4B002E

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

Shades of Blackberry #4B002E

Tints of Blackberry #4B002E

Color information

#4B002E (or 0x4B002E) is unknown color: approx Blackberry. HEX triplet: 4B, 00 and 2E. RGB value is (75,0,46). Sum of RGB (Red+Green+Blue) = 75+0+46=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B002E is #B4FFD1. Grayscale: #1B1B1B. Windows color (decimal): -11861970 or 3014731. OLE color: 3014731.

HSL color Cylindrical-coordinate representation of color #4B002E: hue angle of 323.2º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B002E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.71.

Color convert

RGB75046-
CMYK010.390.71
HSL323.2º100%14.71%-
HSV(B)323.2º100%29.41%-
XYZ3.391.692.73-
YUV27.67138.35161.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 38.02%
R=61.98%
G=0%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.39
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75046010.390.71323.210014.71
Hex4B02E064274714364f
Octal11305601444710750314417
Binary1001011010111001100100100111100011110100001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,46); }

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

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

 a { background-color: rgb(75,0,46); }

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

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

 span { border-color: rgb(75,0,46); }

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