Html Css Color HEX #531440 Blackberry

📋 copy color: '#531440'

red 83 ◦ green 20 ◦ blue 64

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

Shades of Blackberry #531440

Tints of Blackberry #531440

RGB

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

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

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

R = 49.7%
G = 11.98%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531440 (or 0x531440) is known color: Blackberry. HEX triplet: 53, 14 and 40. RGB value is (83,20,64). Sum of RGB (Red+Green+Blue) = 83+20+64=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531440 is #ACEBBF. Grayscale: #2B2B2B. Windows color (decimal): -11332544 or 4199507. OLE color: 4199507.

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

Color convert

RGB 83 20 64 -
CMYK 0 0.76 0.23 0.67
HSL 318.1º 0.61% 0.2% -
HSV(B) 318.1º 0.76% 0.33% -
XYZ 4.74 2.71 5.12 -
YUV 43.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 83 20 64 0 0.76 0.23 0.67 318.1 0.61 0.2
Hex 53 14 40 0 4C 17 43 13E 3D 14
Octal 123 24 100 0 114 27 103 476 75 24
Binary 1010011 10100 1000000 0 1001100 10111 1000011 100111110 111101 10100

Color Harmonies of #531440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531440

Black with #531440

Text Example


Text Example

White with #531440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531440; }

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

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

background-color css

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

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

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

border-color css

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

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

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