Html Css Color HEX #530122 Blackberry

📋 copy color: '#530122'

red 83 ◦ green 1 ◦ blue 34

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

Shades of Blackberry #530122

Tints of Blackberry #530122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.81%

R = 70.34%
G = 0.85%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#530122 (or 0x530122) is known color: Blackberry. HEX triplet: 53, 01 and 22. RGB value is (83,1,34). Sum of RGB (Red+Green+Blue) = 83+1+34=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530122 is #ACFEDD. Grayscale: #1D1D1D. Windows color (decimal): -11337438 or 2228563. OLE color: 2228563.

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

Color convert

RGB 83 1 34 -
CMYK 0 0.99 0.59 0.67
HSL 335.85º 0.98% 0.16% -
HSV(B) 335.85º 0.99% 0.33% -
XYZ 3.87 1.98 1.69 -
YUV 29.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 83 1 34 0 0.99 0.59 0.67 335.85 0.98 0.16
Hex 53 1 22 0 63 3B 43 150 62 10
Octal 123 1 42 0 143 73 103 520 142 20
Binary 1010011 1 100010 0 1100011 111011 1000011 101010000 1100010 10000

Color Harmonies of #530122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530122

Black with #530122

Text Example


Text Example

White with #530122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530122; }

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

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

background-color css

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

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

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

border-color css

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

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

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