Html Css Color HEX #530931 Blackberry

📋 copy color: '#530931'

red 83 ◦ green 9 ◦ blue 49

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

Shades of Blackberry #530931

Tints of Blackberry #530931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.38%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 58.87%
G = 6.38%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530931 (or 0x530931) is known color: Blackberry. HEX triplet: 53, 09 and 31. RGB value is (83,9,49). Sum of RGB (Red+Green+Blue) = 83+9+49=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530931 is #ACF6CE. Grayscale: #232323. Windows color (decimal): -11335375 or 3213651. OLE color: 3213651.

HSL color Cylindrical-coordinate representation of color #530931: hue angle of 327.57º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530931 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 49 -
CMYK 0 0.89 0.41 0.67
HSL 327.57º 0.8% 0.18% -
HSV(B) 327.57º 0.89% 0.33% -
XYZ 4.22 2.26 3.12 -
YUV 35.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 83 9 49 0 0.89 0.41 0.67 327.57 0.8 0.18
Hex 53 9 31 0 59 29 43 148 50 12
Octal 123 11 61 0 131 51 103 510 120 22
Binary 1010011 1001 110001 0 1011001 101001 1000011 101001000 1010000 10010

Color Harmonies of #530931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530931

Black with #530931

Text Example


Text Example

White with #530931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530931; }

 p { color: rgb(83,9,49); }

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

background-color css

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

 a { background-color: rgb(83,9,49); }

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

border-color css

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

 span { border-color: rgb(83,9,49); }

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