Html Css Color HEX #530225 Blackberry

📋 copy color: '#530225'

red 83 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #530225

Tints of Blackberry #530225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.33%

R = 68.03%
G = 1.64%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#530225 (or 0x530225) is known color: Blackberry. HEX triplet: 53, 02 and 25. RGB value is (83,2,37). Sum of RGB (Red+Green+Blue) = 83+2+37=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530225 is #ACFDDA. Grayscale: #1E1E1E. Windows color (decimal): -11337179 or 2425427. OLE color: 2425427.

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

Color convert

RGB 83 2 37 -
CMYK 0 0.98 0.55 0.67
HSL 334.07º 0.95% 0.17% -
HSV(B) 334.07º 0.98% 0.33% -
XYZ 3.92 2.02 1.93 -
YUV 30.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 83 2 37 0 0.98 0.55 0.67 334.07 0.95 0.17
Hex 53 2 25 0 62 37 43 14E 5F 11
Octal 123 2 45 0 142 67 103 516 137 21
Binary 1010011 10 100101 0 1100010 110111 1000011 101001110 1011111 10001

Color Harmonies of #530225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530225

Black with #530225

Text Example


Text Example

White with #530225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530225; }

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

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

background-color css

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

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

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

border-color css

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

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

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