Html Css Color HEX #530831 Blackberry

📋 copy color: '#530831'

red 83 ◦ green 8 ◦ blue 49

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

Shades of Blackberry #530831

Tints of Blackberry #530831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.71%

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

R = 59.29%
G = 5.71%
B = 35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530831 (or 0x530831) is known color: Blackberry. HEX triplet: 53, 08 and 31. RGB value is (83,8,49). Sum of RGB (Red+Green+Blue) = 83+8+49=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530831 is #ACF7CE. Grayscale: #232323. Windows color (decimal): -11335631 or 3213395. OLE color: 3213395.

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

Color convert

RGB 83 8 49 -
CMYK 0 0.90 0.41 0.67
HSL 327.2º 0.82% 0.18% -
HSV(B) 327.2º 0.9% 0.33% -
XYZ 4.21 2.23 3.12 -
YUV 35.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 83 8 49 0 0.90 0.41 0.67 327.2 0.82 0.18
Hex 53 8 31 0 5A 29 43 147 52 12
Octal 123 10 61 0 132 51 103 507 122 22
Binary 1010011 1000 110001 0 1011010 101001 1000011 101000111 1010010 10010

Color Harmonies of #530831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530831

Black with #530831

Text Example


Text Example

White with #530831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530831; }

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

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

background-color css

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

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

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

border-color css

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

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

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