Html Css Color HEX #530222 Blackberry

📋 copy color: '#530222'

red 83 ◦ green 2 ◦ blue 34

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

Shades of Blackberry #530222

Tints of Blackberry #530222

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 69.75%
G = 1.68%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#530222 (or 0x530222) is known color: Blackberry. HEX triplet: 53, 02 and 22. RGB value is (83,2,34). Sum of RGB (Red+Green+Blue) = 83+2+34=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530222 is #ACFDDD. Grayscale: #1D1D1D. Windows color (decimal): -11337182 or 2228819. OLE color: 2228819.

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

Color convert

RGB 83 2 34 -
CMYK 0 0.98 0.59 0.67
HSL 336.3º 0.95% 0.17% -
HSV(B) 336.3º 0.98% 0.33% -
XYZ 3.88 2 1.69 -
YUV 29.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 83 2 34 0 0.98 0.59 0.67 336.3 0.95 0.17
Hex 53 2 22 0 62 3B 43 150 5F 11
Octal 123 2 42 0 142 73 103 520 137 21
Binary 1010011 10 100010 0 1100010 111011 1000011 101010000 1011111 10001

Color Harmonies of #530222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530222

Black with #530222

Text Example


Text Example

White with #530222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530222; }

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

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

background-color css

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

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

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

border-color css

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

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

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