Html Css Color HEX #531032 Blackberry

📋 copy color: '#531032'

red 83 ◦ green 16 ◦ blue 50

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

Shades of Blackberry #531032

Tints of Blackberry #531032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 55.7%
G = 10.74%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#531032 (or 0x531032) is known color: Blackberry. HEX triplet: 53, 10 and 32. RGB value is (83,16,50). Sum of RGB (Red+Green+Blue) = 83+16+50=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531032 is #ACEFCD. Grayscale: #272727. Windows color (decimal): -11333582 or 3280979. OLE color: 3280979.

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

Color convert

RGB 83 16 50 -
CMYK 0 0.81 0.40 0.67
HSL 329.55º 0.68% 0.19% -
HSV(B) 329.55º 0.81% 0.33% -
XYZ 4.33 2.44 3.26 -
YUV 39.91 133.7 158.74 -
System Red Green Blue C M Y K H S L
Decimal 83 16 50 0 0.81 0.40 0.67 329.55 0.68 0.19
Hex 53 10 32 0 51 28 43 14A 44 13
Octal 123 20 62 0 121 50 103 512 104 23
Binary 1010011 10000 110010 0 1010001 101000 1000011 101001010 1000100 10011

Color Harmonies of #531032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531032

Black with #531032

Text Example


Text Example

White with #531032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531032; }

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

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

background-color css

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

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

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

border-color css

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

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

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