Html Css Color HEX #530932 Blackberry

📋 copy color: '#530932'

red 83 ◦ green 9 ◦ blue 50

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

Shades of Blackberry #530932

Tints of Blackberry #530932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.21%

R = 58.45%
G = 6.34%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#530932 (or 0x530932) is known color: Blackberry. HEX triplet: 53, 09 and 32. RGB value is (83,9,50). Sum of RGB (Red+Green+Blue) = 83+9+50=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530932 is #ACF6CD. Grayscale: #232323. Windows color (decimal): -11335374 or 3279187. OLE color: 3279187.

HSL color Cylindrical-coordinate representation of color #530932: hue angle of 326.76º 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 #530932 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 50 -
CMYK 0 0.89 0.40 0.67
HSL 326.76º 0.8% 0.18% -
HSV(B) 326.76º 0.89% 0.33% -
XYZ 4.24 2.26 3.23 -
YUV 35.8 136.02 161.67 -
System Red Green Blue C M Y K H S L
Decimal 83 9 50 0 0.89 0.40 0.67 326.76 0.8 0.18
Hex 53 9 32 0 59 28 43 147 50 12
Octal 123 11 62 0 131 50 103 507 120 22
Binary 1010011 1001 110010 0 1011001 101000 1000011 101000111 1010000 10010

Color Harmonies of #530932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530932

Black with #530932

Text Example


Text Example

White with #530932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530932; }

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

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

background-color css

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

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

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

border-color css

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

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

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