Html Css Color HEX #531134 Blackberry

📋 copy color: '#531134'

red 83 ◦ green 17 ◦ blue 52

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

Shades of Blackberry #531134

Tints of Blackberry #531134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.18%

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

R = 54.61%
G = 11.18%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531134 (or 0x531134) is known color: Blackberry. HEX triplet: 53, 11 and 34. RGB value is (83,17,52). Sum of RGB (Red+Green+Blue) = 83+17+52=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531134 is #ACEECB. Grayscale: #282828. Windows color (decimal): -11333324 or 3412307. OLE color: 3412307.

HSL color Cylindrical-coordinate representation of color #531134: hue angle of 328.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531134 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 52 -
CMYK 0 0.80 0.37 0.67
HSL 328.18º 0.66% 0.2% -
HSV(B) 328.18º 0.8% 0.33% -
XYZ 4.39 2.49 3.5 -
YUV 40.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 83 17 52 0 0.80 0.37 0.67 328.18 0.66 0.2
Hex 53 11 34 0 50 25 43 148 42 14
Octal 123 21 64 0 120 45 103 510 102 24
Binary 1010011 10001 110100 0 1010000 100101 1000011 101001000 1000010 10100

Color Harmonies of #531134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531134

Black with #531134

Text Example


Text Example

White with #531134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531134; }

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

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

background-color css

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

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

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

border-color css

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

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

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