Html Css Color HEX #531840 Blackberry

📋 copy color: '#531840'

red 83 ◦ green 24 ◦ blue 64

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

Shades of Blackberry #531840

Tints of Blackberry #531840

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 48.54%
G = 14.04%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#531840 (or 0x531840) is known color: Blackberry. HEX triplet: 53, 18 and 40. RGB value is (83,24,64). Sum of RGB (Red+Green+Blue) = 83+24+64=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531840 is #ACE7BF. Grayscale: #2E2E2E. Windows color (decimal): -11331520 or 4200531. OLE color: 4200531.

HSL color Cylindrical-coordinate representation of color #531840: hue angle of 319.32º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531840 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 64 -
CMYK 0 0.71 0.23 0.67
HSL 319.32º 0.55% 0.21% -
HSV(B) 319.32º 0.71% 0.33% -
XYZ 4.82 2.86 5.15 -
YUV 46.2 138.05 154.25 -
System Red Green Blue C M Y K H S L
Decimal 83 24 64 0 0.71 0.23 0.67 319.32 0.55 0.21
Hex 53 18 40 0 47 17 43 13F 37 15
Octal 123 30 100 0 107 27 103 477 67 25
Binary 1010011 11000 1000000 0 1000111 10111 1000011 100111111 110111 10101

Color Harmonies of #531840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531840

Black with #531840

Text Example


Text Example

White with #531840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531840; }

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

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

background-color css

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

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

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

border-color css

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

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

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