#530123

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

Shades of Blackberry #530123

Tints of Blackberry #530123

Color information

#530123 (or 0x530123) is unknown color: approx Blackberry. HEX triplet: 53, 01 and 23. RGB value is (83,1,35). Sum of RGB (Red+Green+Blue) = 83+1+35=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530123 is #ACFEDC. Grayscale: #1D1D1D. Windows color (decimal): -11337437 or 2294099. OLE color: 2294099.

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

Color convert

RGB83135-
CMYK00.990.580.67
HSL335.12º97.62%16.47%-
HSV(B)335.12º98.8%32.55%-
XYZ3.881.981.77-
YUV29.39131.17166.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.75%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=69.75%
G=0.84%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313500.990.580.67335.1297.6216.47
Hex531230633A4314f6210
Octal12314301437210351714220
Binary10100111100011011000111110101000011101001111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530123; }

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

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

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

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

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

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

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

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