#530024

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

Shades of Blackberry #530024

Tints of Blackberry #530024

Color information

#530024 (or 0x530024) is unknown color: approx Blackberry. HEX triplet: 53, 00 and 24. RGB value is (83,0,36). Sum of RGB (Red+Green+Blue) = 83+0+36=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530024 is #ACFFDB. Grayscale: #1C1C1C. Windows color (decimal): -11337692 or 2359379. OLE color: 2359379.

HSL color Cylindrical-coordinate representation of color #530024: hue angle of 333.98º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530024 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB83036-
CMYK010.570.67
HSL333.98º100%16.27%-
HSV(B)333.98º100%32.55%-
XYZ3.891.971.84-
YUV28.92132166.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=69.75%
G=0%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83036010.570.67333.9810016.27
Hex53024064394314e6410
Octal12304401447110351614420
Binary10100110100100011001001110011000011101001110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530024; }

 p { color: rgb(83,0,36); }

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

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

 a { background-color: rgb(83,0,36); }

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

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

 span { border-color: rgb(83,0,36); }

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