#530023

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

Shades of Blackberry #530023

Tints of Blackberry #530023

Color information

#530023 (or 0x530023) is unknown color: approx Blackberry. HEX triplet: 53, 00 and 23. RGB value is (83,0,35). Sum of RGB (Red+Green+Blue) = 83+0+35=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530023 is #ACFFDC. Grayscale: #1C1C1C. Windows color (decimal): -11337693 or 2293843. OLE color: 2293843.

HSL color Cylindrical-coordinate representation of color #530023: hue angle of 334.7º 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 #530023 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB83035-
CMYK010.580.67
HSL334.7º100%16.27%-
HSV(B)334.7º100%32.55%-
XYZ3.871.961.76-
YUV28.81131.5166.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=70.34%
G=0%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83035010.580.67334.710016.27
Hex530230643A4314f6410
Octal12304301447210351714420
Binary10100110100011011001001110101000011101001111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530023; }

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

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

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

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

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

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

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

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