Html Css Color HEX #531939 Blackberry

📋 copy color: '#531939'

red 83 ◦ green 25 ◦ blue 57

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

Shades of Blackberry #531939

Tints of Blackberry #531939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 50.3%
G = 15.15%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#531939 (or 0x531939) is known color: Blackberry. HEX triplet: 53, 19 and 39. RGB value is (83,25,57). Sum of RGB (Red+Green+Blue) = 83+25+57=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531939 is #ACE6C6. Grayscale: #2D2D2D. Windows color (decimal): -11331271 or 3742035. OLE color: 3742035.

HSL color Cylindrical-coordinate representation of color #531939: hue angle of 326.9º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531939 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 57 -
CMYK 0 0.70 0.31 0.67
HSL 326.9º 0.54% 0.21% -
HSV(B) 326.9º 0.7% 0.33% -
XYZ 4.65 2.83 4.17 -
YUV 45.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 83 25 57 0 0.70 0.31 0.67 326.9 0.54 0.21
Hex 53 19 39 0 46 1F 43 147 36 15
Octal 123 31 71 0 106 37 103 507 66 25
Binary 1010011 11001 111001 0 1000110 11111 1000011 101000111 110110 10101

Color Harmonies of #531939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531939

Black with #531939

Text Example


Text Example

White with #531939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531939; }

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

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

background-color css

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

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

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

border-color css

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

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

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