Html Css Color HEX #531340 Blackberry

📋 copy color: '#531340'

red 83 ◦ green 19 ◦ blue 64

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

Shades of Blackberry #531340

Tints of Blackberry #531340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 50%
G = 11.45%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531340 (or 0x531340) is known color: Blackberry. HEX triplet: 53, 13 and 40. RGB value is (83,19,64). Sum of RGB (Red+Green+Blue) = 83+19+64=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531340 is #ACECBF. Grayscale: #2B2B2B. Windows color (decimal): -11332800 or 4199251. OLE color: 4199251.

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

Color convert

RGB 83 19 64 -
CMYK 0 0.77 0.23 0.67
HSL 317.81º 0.63% 0.2% -
HSV(B) 317.81º 0.77% 0.33% -
XYZ 4.73 2.67 5.12 -
YUV 43.27 139.7 156.34 -
System Red Green Blue C M Y K H S L
Decimal 83 19 64 0 0.77 0.23 0.67 317.81 0.63 0.2
Hex 53 13 40 0 4D 17 43 13E 3F 14
Octal 123 23 100 0 115 27 103 476 77 24
Binary 1010011 10011 1000000 0 1001101 10111 1000011 100111110 111111 10100

Color Harmonies of #531340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531340

Black with #531340

Text Example


Text Example

White with #531340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531340; }

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

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

background-color css

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

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

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

border-color css

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

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

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