Html Css Color HEX #530124 Blackberry

📋 copy color: '#530124'

red 83 ◦ green 1 ◦ blue 36

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

Shades of Blackberry #530124

Tints of Blackberry #530124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.83%

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

R = 69.17%
G = 0.83%
B = 30%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#530124 (or 0x530124) is known color: Blackberry. HEX triplet: 53, 01 and 24. RGB value is (83,1,36). Sum of RGB (Red+Green+Blue) = 83+1+36=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530124 is #ACFEDB. Grayscale: #1D1D1D. Windows color (decimal): -11337436 or 2359635. OLE color: 2359635.

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

Color convert

RGB 83 1 36 -
CMYK 0 0.99 0.57 0.67
HSL 334.39º 0.98% 0.16% -
HSV(B) 334.39º 0.99% 0.33% -
XYZ 3.9 1.99 1.85 -
YUV 29.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 83 1 36 0 0.99 0.57 0.67 334.39 0.98 0.16
Hex 53 1 24 0 63 39 43 14E 62 10
Octal 123 1 44 0 143 71 103 516 142 20
Binary 1010011 1 100100 0 1100011 111001 1000011 101001110 1100010 10000

Color Harmonies of #530124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530124

Black with #530124

Text Example


Text Example

White with #530124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530124; }

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

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

background-color css

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

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

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

border-color css

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

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

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