Html Css Color HEX #531039 Blackberry

📋 copy color: '#531039'

red 83 ◦ green 16 ◦ blue 57

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

Shades of Blackberry #531039

Tints of Blackberry #531039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 57 (22.66% from 255) = 36.54%

R = 53.21%
G = 10.26%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531039 (or 0x531039) is known color: Blackberry. HEX triplet: 53, 10 and 39. RGB value is (83,16,57). Sum of RGB (Red+Green+Blue) = 83+16+57=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #531039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531039 is #ACEFC6. Grayscale: #282828. Windows color (decimal): -11333575 or 3739731. OLE color: 3739731.

HSL color Cylindrical-coordinate representation of color #531039: hue angle of 323.28º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531039 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 57 -
CMYK 0 0.81 0.31 0.67
HSL 323.28º 0.68% 0.19% -
HSV(B) 323.28º 0.81% 0.33% -
XYZ 4.49 2.5 4.12 -
YUV 40.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 83 16 57 0 0.81 0.31 0.67 323.28 0.68 0.19
Hex 53 10 39 0 51 1F 43 143 44 13
Octal 123 20 71 0 121 37 103 503 104 23
Binary 1010011 10000 111001 0 1010001 11111 1000011 101000011 1000100 10011

Color Harmonies of #531039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531039

Black with #531039

Text Example


Text Example

White with #531039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531039; }

 p { color: rgb(83,16,57); }

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

background-color css

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

 a { background-color: rgb(83,16,57); }

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

border-color css

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

 span { border-color: rgb(83,16,57); }

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