Html Css Color HEX #531034 Blackberry

📋 copy color: '#531034'

red 83 ◦ green 16 ◦ blue 52

#531034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #531034

Tints of Blackberry #531034

RGB

 RED value IS 83 (32.81% from 255) = 54.97%

 GREEN value IS 16 (6.64% from 255) = 10.6%

 BLUE value IS 52 (20.7% from 255) = 34.44%

R = 54.97%
G = 10.6%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531034 (or 0x531034) is known color: Blackberry. HEX triplet: 53, 10 and 34. RGB value is (83,16,52). Sum of RGB (Red+Green+Blue) = 83+16+52=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531034 is #ACEFCB. Grayscale: #282828. Windows color (decimal): -11333580 or 3412051. OLE color: 3412051.

HSL color Cylindrical-coordinate representation of color #531034: hue angle of 327.76º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531034 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 52 -
CMYK 0 0.81 0.37 0.67
HSL 327.76º 0.68% 0.19% -
HSV(B) 327.76º 0.81% 0.33% -
XYZ 4.37 2.46 3.49 -
YUV 40.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 83 16 52 0 0.81 0.37 0.67 327.76 0.68 0.19
Hex 53 10 34 0 51 25 43 148 44 13
Octal 123 20 64 0 121 45 103 510 104 23
Binary 1010011 10000 110100 0 1010001 100101 1000011 101001000 1000100 10011

Color Harmonies of #531034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531034

Black with #531034

Text Example


Text Example

White with #531034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531034; }

 p { color: rgb(83,16,52); }

 H1.HeaderClassName
 {
   color: #531034;
 }
 .AnyTagClassName
 {
   color: #531034;
 }
</style>

background-color css

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

 a { background-color: rgb(83,16,52); }

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

border-color css

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

 span { border-color: rgb(83,16,52); }

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