#530C2A

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

Shades of Blackberry #530C2A

Tints of Blackberry #530C2A

Color information

#530C2A (or 0x530C2A) is unknown color: approx Blackberry. HEX triplet: 53, 0C and 2A. RGB value is (83,12,42). Sum of RGB (Red+Green+Blue) = 83+12+42=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C2A is #ACF3D5. Grayscale: #242424. Windows color (decimal): -11334614 or 2755667. OLE color: 2755667.

HSL color Cylindrical-coordinate representation of color #530C2A: hue angle of 334.65º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C2A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB831242-
CMYK00.860.490.67
HSL334.65º74.74%18.63%-
HSV(B)334.65º85.54%32.55%-
XYZ4.122.272.41-
YUV36.65131.02161.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 12 (5.08% from 255) = 8.76%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=60.58%
G=8.76%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83124200.860.490.67334.6574.7418.63
Hex53C2A056314314f4b13
Octal123145201266110351711323
Binary10100111100101010010101101100011000011101001111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C2A; }

 p { color: rgb(83,12,42); }

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

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

 a { background-color: rgb(83,12,42); }

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

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

 span { border-color: rgb(83,12,42); }

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