Html Css Color HEX #530227 Blackberry

📋 copy color: '#530227'

red 83 ◦ green 2 ◦ blue 39

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

Shades of Blackberry #530227

Tints of Blackberry #530227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 66.94%
G = 1.61%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530227 (or 0x530227) is known color: Blackberry. HEX triplet: 53, 02 and 27. RGB value is (83,2,39). Sum of RGB (Red+Green+Blue) = 83+2+39=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530227 is #ACFDD8. Grayscale: #1E1E1E. Windows color (decimal): -11337177 or 2556499. OLE color: 2556499.

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

Color convert

RGB 83 2 39 -
CMYK 0 0.98 0.53 0.67
HSL 332.59º 0.95% 0.17% -
HSV(B) 332.59º 0.98% 0.33% -
XYZ 3.96 2.03 2.1 -
YUV 30.44 132.84 165.49 -
System Red Green Blue C M Y K H S L
Decimal 83 2 39 0 0.98 0.53 0.67 332.59 0.95 0.17
Hex 53 2 27 0 62 35 43 14D 5F 11
Octal 123 2 47 0 142 65 103 515 137 21
Binary 1010011 10 100111 0 1100010 110101 1000011 101001101 1011111 10001

Color Harmonies of #530227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530227

Black with #530227

Text Example


Text Example

White with #530227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530227; }

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

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

background-color css

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

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

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

border-color css

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

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

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