Html Css Color HEX #530228 Blackberry

📋 copy color: '#530228'

red 83 ◦ green 2 ◦ blue 40

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

Shades of Blackberry #530228

Tints of Blackberry #530228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 66.4%
G = 1.6%
B = 32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#530228 (or 0x530228) is known color: Blackberry. HEX triplet: 53, 02 and 28. RGB value is (83,2,40). Sum of RGB (Red+Green+Blue) = 83+2+40=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530228 is #ACFDD7. Grayscale: #1E1E1E. Windows color (decimal): -11337176 or 2622035. OLE color: 2622035.

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

Color convert

RGB 83 2 40 -
CMYK 0 0.98 0.52 0.67
HSL 331.85º 0.95% 0.17% -
HSV(B) 331.85º 0.98% 0.33% -
XYZ 3.97 2.04 2.19 -
YUV 30.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 83 2 40 0 0.98 0.52 0.67 331.85 0.95 0.17
Hex 53 2 28 0 62 34 43 14C 5F 11
Octal 123 2 50 0 142 64 103 514 137 21
Binary 1010011 10 101000 0 1100010 110100 1000011 101001100 1011111 10001

Color Harmonies of #530228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530228

Black with #530228

Text Example


Text Example

White with #530228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530228; }

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

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

background-color css

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

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

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

border-color css

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

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

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