Html Css Color HEX #531139 Blackberry

📋 copy color: '#531139'

red 83 ◦ green 17 ◦ blue 57

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

Shades of Blackberry #531139

Tints of Blackberry #531139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.83%

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

R = 52.87%
G = 10.83%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531139 (or 0x531139) is known color: Blackberry. HEX triplet: 53, 11 and 39. RGB value is (83,17,57). Sum of RGB (Red+Green+Blue) = 83+17+57=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #531139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531139 is #ACEEC6. Grayscale: #292929. Windows color (decimal): -11333319 or 3739987. OLE color: 3739987.

HSL color Cylindrical-coordinate representation of color #531139: hue angle of 323.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531139 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 57 -
CMYK 0 0.80 0.31 0.67
HSL 323.64º 0.66% 0.2% -
HSV(B) 323.64º 0.8% 0.33% -
XYZ 4.51 2.54 4.12 -
YUV 41.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 83 17 57 0 0.80 0.31 0.67 323.64 0.66 0.2
Hex 53 11 39 0 50 1F 43 144 42 14
Octal 123 21 71 0 120 37 103 504 102 24
Binary 1010011 10001 111001 0 1010000 11111 1000011 101000100 1000010 10100

Color Harmonies of #531139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531139

Black with #531139

Text Example


Text Example

White with #531139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531139; }

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

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

background-color css

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

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

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

border-color css

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

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

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