Html Css Color HEX #531334 Blackberry

📋 copy color: '#531334'

red 83 ◦ green 19 ◦ blue 52

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

Shades of Blackberry #531334

Tints of Blackberry #531334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 53.9%
G = 12.34%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#531334 (or 0x531334) is known color: Blackberry. HEX triplet: 53, 13 and 34. RGB value is (83,19,52). Sum of RGB (Red+Green+Blue) = 83+19+52=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 52 (20.70% from 255 or 33.77% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #531334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531334 is #ACECCB. Grayscale: #292929. Windows color (decimal): -11332812 or 3412819. OLE color: 3412819.

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

Color convert

RGB 83 19 52 -
CMYK 0 0.77 0.37 0.67
HSL 329.06º 0.63% 0.2% -
HSV(B) 329.06º 0.77% 0.33% -
XYZ 4.42 2.55 3.51 -
YUV 41.9 133.7 157.32 -
System Red Green Blue C M Y K H S L
Decimal 83 19 52 0 0.77 0.37 0.67 329.06 0.63 0.2
Hex 53 13 34 0 4D 25 43 149 3F 14
Octal 123 23 64 0 115 45 103 511 77 24
Binary 1010011 10011 110100 0 1001101 100101 1000011 101001001 111111 10100

Color Harmonies of #531334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531334

Black with #531334

Text Example


Text Example

White with #531334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531334; }

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

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

background-color css

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

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

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

border-color css

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

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

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