#53042B

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

Shades of Blackberry #53042B

Tints of Blackberry #53042B

Color information

#53042B (or 0x53042B) is unknown color: approx Blackberry. HEX triplet: 53, 04 and 2B. RGB value is (83,4,43). Sum of RGB (Red+Green+Blue) = 83+4+43=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #53042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53042B is #ACFBD4. Grayscale: #1F1F1F. Windows color (decimal): -11336661 or 2819155. OLE color: 2819155.

HSL color Cylindrical-coordinate representation of color #53042B: hue angle of 330.38º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53042B is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB83443-
CMYK00.950.480.67
HSL330.38º90.8%17.06%-
HSV(B)330.38º95.18%32.55%-
XYZ4.052.12.48-
YUV32.07134.17164.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=63.85%
G=3.08%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8344300.950.480.67330.3890.817.06
Hex5342B05F304314a5b11
Octal12345301376010351213321
Binary1010011100101011010111111100001000011101001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53042B; }

 p { color: rgb(83,4,43); }

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

<style>
 a { background-color: #53042B; }

 a { background-color: rgb(83,4,43); }

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

<style>
 span { border-color: #53042B; }

 span { border-color: rgb(83,4,43); }

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