Html Css Color HEX #530121 Blackberry

📋 copy color: '#530121'

red 83 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #530121

Tints of Blackberry #530121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.21%

R = 70.94%
G = 0.85%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#530121 (or 0x530121) is known color: Blackberry. HEX triplet: 53, 01 and 21. RGB value is (83,1,33). Sum of RGB (Red+Green+Blue) = 83+1+33=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #530121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530121 is #ACFEDE. Grayscale: #1D1D1D. Windows color (decimal): -11337439 or 2163027. OLE color: 2163027.

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

Color convert

RGB 83 1 33 -
CMYK 0 0.99 0.60 0.67
HSL 336.59º 0.98% 0.16% -
HSV(B) 336.59º 0.99% 0.33% -
XYZ 3.85 1.97 1.62 -
YUV 29.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 83 1 33 0 0.99 0.60 0.67 336.59 0.98 0.16
Hex 53 1 21 0 63 3C 43 151 62 10
Octal 123 1 41 0 143 74 103 521 142 20
Binary 1010011 1 100001 0 1100011 111100 1000011 101010001 1100010 10000

Color Harmonies of #530121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530121

Black with #530121

Text Example


Text Example

White with #530121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530121; }

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

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

background-color css

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

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

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

border-color css

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

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

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