Html Css Color HEX #530A31 Blackberry

📋 copy color: '#530A31'

red 83 ◦ green 10 ◦ blue 49

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

Shades of Blackberry #530A31

Tints of Blackberry #530A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.04%

 BLUE value IS 49 (19.53% from 255) = 34.51%

R = 58.45%
G = 7.04%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#530A31 (or 0x530A31) is known color: Blackberry. HEX triplet: 53, 0A and 31. RGB value is (83,10,49). Sum of RGB (Red+Green+Blue) = 83+10+49=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 49 (19.53% from 255 or 34.51% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A31 is #ACF5CE. Grayscale: #242424. Windows color (decimal): -11335119 or 3213907. OLE color: 3213907.

HSL color Cylindrical-coordinate representation of color #530A31: hue angle of 327.95º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A31 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 49 -
CMYK 0 0.88 0.41 0.67
HSL 327.95º 0.78% 0.18% -
HSV(B) 327.95º 0.88% 0.33% -
XYZ 4.23 2.28 3.12 -
YUV 36.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 83 10 49 0 0.88 0.41 0.67 327.95 0.78 0.18
Hex 53 A 31 0 58 29 43 148 4E 12
Octal 123 12 61 0 130 51 103 510 116 22
Binary 1010011 1010 110001 0 1011000 101001 1000011 101001000 1001110 10010

Color Harmonies of #530A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A31

Black with #530A31

Text Example


Text Example

White with #530A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530A31; }

 p { color: rgb(83,10,49); }

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

background-color css

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

 a { background-color: rgb(83,10,49); }

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

border-color css

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

 span { border-color: rgb(83,10,49); }

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