Html Css Color HEX #531434 Blackberry

📋 copy color: '#531434'

red 83 ◦ green 20 ◦ blue 52

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

Shades of Blackberry #531434

Tints of Blackberry #531434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 53.55%
G = 12.9%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531434 (or 0x531434) is known color: Blackberry. HEX triplet: 53, 14 and 34. RGB value is (83,20,52). Sum of RGB (Red+Green+Blue) = 83+20+52=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531434 is #ACEBCB. Grayscale: #2A2A2A. Windows color (decimal): -11332556 or 3413075. OLE color: 3413075.

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

Color convert

RGB 83 20 52 -
CMYK 0 0.76 0.37 0.67
HSL 329.52º 0.61% 0.2% -
HSV(B) 329.52º 0.76% 0.33% -
XYZ 4.44 2.59 3.51 -
YUV 42.49 133.37 156.9 -
System Red Green Blue C M Y K H S L
Decimal 83 20 52 0 0.76 0.37 0.67 329.52 0.61 0.2
Hex 53 14 34 0 4C 25 43 14A 3D 14
Octal 123 24 64 0 114 45 103 512 75 24
Binary 1010011 10100 110100 0 1001100 100101 1000011 101001010 111101 10100

Color Harmonies of #531434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531434

Black with #531434

Text Example


Text Example

White with #531434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531434; }

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

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

background-color css

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

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

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

border-color css

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

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

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