Html Css Color HEX #530A2A Blackberry

📋 copy color: '#530A2A'

red 83 ◦ green 10 ◦ blue 42

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

Shades of Blackberry #530A2A

Tints of Blackberry #530A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 31.11%

R = 61.48%
G = 7.41%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#530A2A (or 0x530A2A) is known color: Blackberry. HEX triplet: 53, 0A and 2A. RGB value is (83,10,42). Sum of RGB (Red+Green+Blue) = 83+10+42=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #530A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A2A is #ACF5D5. Grayscale: #232323. Windows color (decimal): -11335126 or 2755155. OLE color: 2755155.

HSL color Cylindrical-coordinate representation of color #530A2A: hue angle of 333.7º 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 #530A2A is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 42 -
CMYK 0 0.88 0.49 0.67
HSL 333.7º 0.78% 0.18% -
HSV(B) 333.7º 0.88% 0.33% -
XYZ 4.09 2.22 2.4 -
YUV 35.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 83 10 42 0 0.88 0.49 0.67 333.7 0.78 0.18
Hex 53 A 2A 0 58 31 43 14E 4E 12
Octal 123 12 52 0 130 61 103 516 116 22
Binary 1010011 1010 101010 0 1011000 110001 1000011 101001110 1001110 10010

Color Harmonies of #530A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A2A

Black with #530A2A

Text Example


Text Example

White with #530A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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