Html Css Color HEX #530A2F Blackberry

📋 copy color: '#530A2F'

red 83 ◦ green 10 ◦ blue 47

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

Shades of Blackberry #530A2F

Tints of Blackberry #530A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 33.57%

R = 59.29%
G = 7.14%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#530A2F (or 0x530A2F) is known color: Blackberry. HEX triplet: 53, 0A and 2F. RGB value is (83,10,47). Sum of RGB (Red+Green+Blue) = 83+10+47=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A2F is #ACF5D0. Grayscale: #232323. Windows color (decimal): -11335121 or 3082835. OLE color: 3082835.

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

Color convert

RGB 83 10 47 -
CMYK 0 0.88 0.43 0.67
HSL 329.59º 0.78% 0.18% -
HSV(B) 329.59º 0.88% 0.33% -
XYZ 4.19 2.26 2.91 -
YUV 36.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 83 10 47 0 0.88 0.43 0.67 329.59 0.78 0.18
Hex 53 A 2F 0 58 2B 43 14A 4E 12
Octal 123 12 57 0 130 53 103 512 116 22
Binary 1010011 1010 101111 0 1011000 101011 1000011 101001010 1001110 10010

Color Harmonies of #530A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A2F

Black with #530A2F

Text Example


Text Example

White with #530A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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