#4B0022

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

Shades of Blackberry #4B0022

Tints of Blackberry #4B0022

Color information

#4B0022 (or 0x4B0022) is unknown color: approx Blackberry. HEX triplet: 4B, 00 and 22. RGB value is (75,0,34). Sum of RGB (Red+Green+Blue) = 75+0+34=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0022 is #B4FFDD. Grayscale: #1A1A1A. Windows color (decimal): -11861982 or 2228299. OLE color: 2228299.

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

Color convert

RGB75034-
CMYK010.550.71
HSL332.8º100%14.71%-
HSV(B)332.8º100%29.41%-
XYZ3.191.611.66-
YUV26.3132.35162.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 68.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=68.81%
G=0%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75034010.550.71332.810014.71
Hex4B022064374714d64f
Octal11304201446710751514417
Binary1001011010001001100100110111100011110100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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