Html Css Color HEX #530524 Blackberry

📋 copy color: '#530524'

red 83 ◦ green 5 ◦ blue 36

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

Shades of Blackberry #530524

Tints of Blackberry #530524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.03%

 BLUE value IS 36 (14.45% from 255) = 29.03%

R = 66.94%
G = 4.03%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#530524 (or 0x530524) is known color: Blackberry. HEX triplet: 53, 05 and 24. RGB value is (83,5,36). Sum of RGB (Red+Green+Blue) = 83+5+36=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530524 is #ACFADB. Grayscale: #1F1F1F. Windows color (decimal): -11336412 or 2360659. OLE color: 2360659.

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

Color convert

RGB 83 5 36 -
CMYK 0 0.94 0.57 0.67
HSL 336.15º 0.89% 0.17% -
HSV(B) 336.15º 0.94% 0.33% -
XYZ 3.94 2.07 1.86 -
YUV 31.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 83 5 36 0 0.94 0.57 0.67 336.15 0.89 0.17
Hex 53 5 24 0 5E 39 43 150 59 11
Octal 123 5 44 0 136 71 103 520 131 21
Binary 1010011 101 100100 0 1011110 111001 1000011 101010000 1011001 10001

Color Harmonies of #530524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530524

Black with #530524

Text Example


Text Example

White with #530524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530524; }

 p { color: rgb(83,5,36); }

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

background-color css

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

 a { background-color: rgb(83,5,36); }

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

border-color css

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

 span { border-color: rgb(83,5,36); }

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