#4B002F

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

Shades of Blackberry #4B002F

Tints of Blackberry #4B002F

Color information

#4B002F (or 0x4B002F) is unknown color: approx Blackberry. HEX triplet: 4B, 00 and 2F. RGB value is (75,0,47). Sum of RGB (Red+Green+Blue) = 75+0+47=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B002F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B002F is #B4FFD0. Grayscale: #1B1B1B. Windows color (decimal): -11861969 or 3080267. OLE color: 3080267.

HSL color Cylindrical-coordinate representation of color #4B002F: hue angle of 322.4º 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 #4B002F is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB75047-
CMYK010.370.71
HSL322.4º100%14.71%-
HSV(B)322.4º100%29.41%-
XYZ3.411.72.84-
YUV27.78138.85161.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 38.52%
R=61.48%
G=0%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75047010.370.71322.410014.71
Hex4B02F064254714264f
Octal11305701444510750214417
Binary1001011010111101100100100101100011110100001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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